728x90 order by1 SQL / 컬럼 조회 / Where 조건 / Order by 정렬 / Oracle 오라클 SQL 컬럼 리스트 조회 전체 컬럼 조회 SQL> select * from tab; desc : data dictionary 조회 (칼럼목록 조회) SQL> desc emp; distinct : 중복된데이터 빼고 조회 SQL> select distinct job 2 from emp; 제약조건 확인 SQL> desc user_constraints; dba_XXXX => db관리자용 all_XXXX => 자신/권한받은거 user_XXXX => 자기계정 where절 비교연산자 (요약) where hiredate >= '1982/1/1'; where deptno=20 or deptno=30; where deptno in (10,20); where ename like '%M%'; where comm is not .. 2021. 3. 13. 이전 1 다음 728x90