0
点赞
收藏
分享

微信扫一扫

怎样用SQL语句查询一个数据库中的所有表?

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 条评论