摘要: 动态sql语句基本语法 1 :普通SQL语句可以用Exec执行 eg: Select * from tableName Exec('select * from tableName') Exec sp_executesql N'select * from tableName' -- 请注意字符串前一定 阅读全文
posted @ 2019-10-12 08:37 败给时光 阅读(174) 评论(0) 推荐(0)