In delphi I have TIBQuery:
select * from TB_PRECO
where
coalesce(DT_CAMPANHA,'') = coalesce(:DT_CAMPANHA,coalesce(DT_CAMPANHA,'')) and
coalesce(DT_VECTOPRECO,'') >= coalesce(:DT_ATUAL, coalesce(DT_VECTOPRECO,'')) and
DESC_GRUPO = coalesce(:...
asked by
23.03.2018 / 20:53