标签:oracle bsp user 个数 orm lag tables flags ati
SQL : select * from information_schema.tables
ORACLE: select table_name from user_tables
ACCESS: select name from MSysObjects where type=1 and flags=0
标签:oracle bsp user 个数 orm lag tables flags ati
原文地址:http://www.cnblogs.com/accumulater/p/6088420.html