Oracle常用语句集合-持续更新...

1. 查所有表

    select * from sys.tab

2. 正则表达式的使用

   select * from table where  regexp_like(field, '[a-z]*')

你可能感兴趣的:(oracle)