Tente isso:
strSQL, sendo strSQL uma string com o seu comando sem ordem.
Em sequida, no evento click do dbgridTitleClick, vc abre um outro
comando sql da seguinte forma.
{ cabeçalho da procedure}
var
strSQL : string;
qry : TSQLQuery;
begin
qry := TSQLQuery.create(nil);
strSQL
Não entendi muito bem a sua dúvida mas poderia tentar algo assim:
select * from cliente where dp1 like "'+ Edit1.Text +'%"
union all
select * from cliente where dp2 like
"'+ Edit1.Text +'%"
union all
select * from cliente where dp3 like "'+ Edit1.Text +'%"
union all
select * from cliente where
2 matches
Mail list logo