摘要:
1:普通SQL语句可以用Exec执行eg: Select * from tableNameExec('select * from tableName')sp_executesql N'select * from tableName' -- 请注意字符串前一定要加N 2:字段名,表名,数据库名之类作为 阅读全文
posted @ 2016-11-18 11:23
Co_cy
阅读(782)
评论(0)
推荐(0)