sqlserver数据库查询语句
摘要:
--数据库所有表select * from sysobjects where type='u'; --指定表的所有列select name from syscolumns where id=(select max(id) from sysobjects where xtype='u' and nam 阅读全文
posted @ 2019-07-17 10:05 乌云上 阅读(761) 评论(0) 推荐(0)
浙公网安备 33010602011771号