Like
Posted: Fri 19 Jun 2015 15:51
Hi,
We use the EntityDac in our Delphi project, but how to use a like statement for searching records?
SQL Example:
Where IsNull(Column, '') LIKE '%' + :parameter + '%'
We use the EntityDac in our Delphi project, but how to use a like statement for searching records?
SQL Example:
Where IsNull(Column, '') LIKE '%' + :parameter + '%'