2011-04-30 37 views

回答

2

只需使用多個?-s。

select cid,attdate,intime,outtime 
from att_emp_swipe where attdate >= ? 
and something_else = ? 

數據集參數按照?的外觀順序綁定。