SQL SERVER: select * from information_schema.tables
ORACLE: select table_name from user_tables
ACCESS: select name from MSysObjects where type=1 and flags=0
怎样用SQL语句查询一个数据库中的所有表?
阅读 220
2022-07-27
SQL SERVER: select * from information_schema.tables
ORACLE: select table_name from user_tables
ACCESS: select name from MSysObjects where type=1 and flags=0
相关推荐
精彩评论(0)