select 컬럼명 from 테이블명 where 조건


select * from test;


select * from test where id = 1;


select id,username,birth from test where id=1 and username='king';

'데이터베이스 > Oracle' 카테고리의 다른 글

Oracle 테이블 데이터 삭제  (0) 2015.08.20
Oracle 테이블 데이터 수정  (0) 2015.08.20
Oracle 테이블에 데이터 추가  (0) 2015.08.20
Oracle 테이블 삭제  (0) 2015.08.20
Oracle 테이블 구성 정보 수정  (0) 2015.08.20
블로그 이미지

왕왕왕왕

,