标签:ble arch oralce keyword form comm mem word acl
ansower:show user
answer:SELECT table_name FROM user_tables; remember: dictionary user_tables;
eg.I knows the table name is job_history in oracle.
answer:SELECT owner, table_name FROM dba_tables WHERE table_name IN ‘JOB_HISTORY‘;
NOTE: IN replaced by LIKE.
eg.SELECT to_date(‘20171026 22:42:50‘,‘yyyy-MM-dd hh24:mi:ss‘) FROM dual;
NOTE:it can is 12 after in the hh or if can‘t remeber to_date() format use order by keyword with desc.
标签:ble arch oralce keyword form comm mem word acl
原文地址:http://www.cnblogs.com/yjhlsbnf/p/7739832.html