如何在SQL语句中引用变量_百度知道
如何在SQL语句中引用变量declare @id intset @id=1select * from table where id=@id... 2012-03-13 delphi7 中sql语句引用变量。 2015-02-04 oracle sql语...
动态sql语句如何引用数字变量 - scgw - 博客园
动态sql语句如何引用数字变量 代码如下 declare @uid int; set @uid=7; declare @sql nvarchar(1000); set @sql='select * from [aaa] where uid= ' @...