IT개발/Database
[SQL] SQL 콘솔 명령어 정리
dootiger
2014. 1. 23. 15:24
반응형
- 모든 USER 확인
SQL> select *
2 from all_users
3 order by 1;
반응형