对很简单:他说得很对:先声名变量 declare @time datetime 为变量赋值 select @time=2007-01-10 带入查询语句 select * from 表 where 时间=@time
declare @time datetimeselect @time=2007-01-10 select * from 表 where 时间=@time