G
guancw
Unregistered / Unconfirmed
GUEST, unregistred user!
请教一下在DELPHI里怎么写SQL的LIKE语句?请示范。谢谢[red][/red]
例:select nbr,name,sum(fei) from usertab where nbr in
(select nbr from too where ss='2' and bb in (select bb from fei
where acc in ('1','2')) and nbr like '1223%'
例:select nbr,name,sum(fei) from usertab where nbr in
(select nbr from too where ss='2' and bb in (select bb from fei
where acc in ('1','2')) and nbr like '1223%'