본문 바로가기

IT/Database

[SQL] SQL 콘솔 명령어 정리

- 모든 USER 확인

SQL> select *
  2  from all_users
  3  order by 1;