Thread: SQL substring

SQL substring

From
"Guy Korland"
Date:
Hi,
How can I compare two fields if one is a substring of the other?
Something like: ... WHERE StringA like '%' + StringB + '%';

Thanks,
Guy Korland