gpt4 book ai didi

c# - 如何获取SQL CE数据库中的所有表名?

转载 作者:可可西里 更新时间:2023-11-01 03:06:41 25 4
gpt4 key购买 nike

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

怎么做?

最佳答案

select table_name from information_schema.tables where TABLE_TYPE <> 'VIEW'

关于c# - 如何获取SQL CE数据库中的所有表名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4017528/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com