using a wildcard with a variable
717754Aug 17 2009 — edited Aug 17 2009What is the correct syntax to use with a wildcard and variable?
For instance,
SELECT * FROM COMPANY WHERE COMPANY.COUNTRY_CD like % ? %;
Thank you.
Phil
* I did many searches. Sorry if this question has been answered before.