下面為您介紹的是查詢表的字段名的sql語句寫法
select name from syscolumns where id = (select id from sysobjects where type =
而判斷表名在數據庫中是否存在的方法是
if not object_id(
declare @s varchar(
SELECT a
From:http://tw.wingwit.com/Article/program/MySQL/201311/29550.html
下面為您介紹的是查詢表的字段名的sql語句寫法
select name from syscolumns where id = (select id from sysobjects where type =
而判斷表名在數據庫中是否存在的方法是
if not object_id(
declare @s varchar(
SELECT a