我想在存储过程中设置查询,如:
select * from table where xx between '2010' and '2011'
使用一些变量(时间)而不是静态时间戳。但是,一旦我设置了变量和查询,如
"select * from table where xx between time and time"
或
"select * from table where xx between 'time' and 'time'",
它不起作用,你能帮我吗
事先提前答案 0 :(得分:1)
如果我们有真正的代码可能会更容易,但是,根据你提供的内容,我会说:
希望有所帮助。