閱讀562 返回首頁    go 微軟 go windows


怎樣用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# 委托 事件 匿名方法