SQL substring - Mailing list pgsql-sql

From Guy Korland
Subject SQL substring
Date
Msg-id 00e501c3a923$162d4180$4a264484@cs.technion.ac.il
Whole thread Raw
List pgsql-sql
Hi,
How can I compare two fields if one is a substring of the other?
Something like: ... WHERE StringA like '%' + StringB + '%';

Thanks,
Guy Korland



pgsql-sql by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: SQL substring
Next
From: "Damon Chong"
Date:
Subject: Re: How to know column constraints via system catalog tables