select name from syscolumns where id =(select id from sysobjects where name='BusinessInfo_URL_View') 'BusinessInfo_URL_View' //表名称
SQL 通过表明查出字段名称
最新推荐文章于 2022-09-28 17:31:53 发布
select name from syscolumns where id =(select id from sysobjects where name='BusinessInfo_URL_View') 'BusinessInfo_URL_View' //表名称