CS/데이터베이스
[Oracle] 테이블에서 특정 열(COLUMN) 선택하기
김크롱
2020. 8. 16. 23:40
테이블에서 특정 열(COLUMN) 선택하기
SELECT column1, column2, column3
FROM table;