SQL语句查询表中的列名
摘要:
SQL语句查询表中的列名2008-04-02 17:12用SQL语句查询数据库的表中的所有列名:select name from syscolumns where id=object_id('表名') order by colorder【order by colorder】原始顺序from:http://hi.baidu.com/jebeljebel/blog/item/82a95e54fb396... 阅读全文
posted @ 2010-07-16 21:55 Leon_He 阅读(6630) 评论(0) 推荐(0) 编辑