2,507
社区成员
发帖
与我相关
我的任务
分享 commandtext:='select id from ST_LLD where ZHTH='''+spub_zhth+''' and ND='''+spub_nd+''' AND DH='''+dhedit.text+'''';commandtext:='select id from ST_LLD where ZHTH='+QuotedStr(spub_zhth)+' and ND='+QuotedStr(spub_nd)+' AND DH like '+QuotedStr('%'+dhedit.text);commandtext:='select id from ST_LLD where ZHTH='''+spub_zhth+''' and ND='''+spub_nd+''' AND DH like ''%'+dhedit.text+''''