阅读562 返回首页    go 阿里云 go 技术社区[云栖]


怎样用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

最后更新:2017-04-03 12:54:12

  上一篇:go Microsoft Visual Studio 不同的版本,创建对象会报错
  下一篇:go C# 委托 事件 匿名方法