0
我想建立一個查詢在存儲過程中,如:存儲過程變量
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'",
它不工作,你能不能幫我
THX提前
thx爲響應,我也試過這樣:我設置變量time1和time2 =「2011-1-1 11:00:00」,然後我查詢如:之間(選擇時間1)和(選擇時間2 );有用 – MD5 2011-04-08 06:16:51