wudi

博客园 首页 新随笔 联系 订阅 管理

2008年4月1日 #

摘要: --> 1 :普通SQL语句可以用Exec执行 eg: Select * from tableName Exec('select * from tableName') Exec sp_executesql N'select * from tableName' -- 请注意字符串前一定要加N 2:字段名,表名,数据库名之类作为变... 阅读全文
posted @ 2008-04-01 16:56 菜鸟吴迪 阅读(374) 评论(1) 推荐(0) 编辑