select * from A where m = @1 and n = @2这句SQL有什么问题啊?请高手指点!
应该怎么改呢? 你可以举个例子吗?
declare @1 tinyint, @2 tinyint; 其中tinyint的部分是[m]和[n]的数据类型,记得提前赋值