W
wx
Unregistered / Unconfirmed
GUEST, unregistred user!
select * from xxx where xx in ('aa','bb','cc');改成参数表示为:
select * from xxx where xx in :xxxx;
paraname('xxxx')
|
|---------->后面怎样写??
select * from xxx where xx in :xxxx;
paraname('xxxx')
|
|---------->后面怎样写??