【问题标题】:How to get all tables names in SQL CE database?如何获取 SQL CE 数据库中的所有表名?
【发布时间】:2011-04-30 08:56:41
【问题描述】:

我在 SQL CE 中有一个数据库(sdf 文件),我需要获取所有表的名称。

怎么做?

【问题讨论】:

    标签: c# sql-server-ce


    【解决方案1】:
    select table_name from information_schema.tables where TABLE_TYPE <> 'VIEW'
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-02-16
      • 2011-09-07
      • 2011-11-17
      • 1970-01-01
      • 2021-12-18
      • 2013-03-01
      • 2011-02-17
      相关资源
      最近更新 更多