我在SQL CE中有一个数据库(sdf文件),我需要获取表的所有名称。
如何做?
select table_name from information_schema.tables where TABLE_TYPE <> 'VIEW'