Re: Selecting rows having substring in a column

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Selecting rows having substring in a column
Date: 2019-08-29 14:47:49
Message-ID: alpine.LNX.2.20.1908290747090.2953@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 29 Aug 2019, Gary Cowell wrote:

> Look at the 'LIKE' function

Gary,

Yes, I thought of like but didn't think to look for it in the postgres
manual.

Thank you very much,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2019-08-29 15:15:14 Re: Selecting rows having substring in a column
Previous Message Rich Shepard 2019-08-29 14:46:45 Re: Selecting rows having substring in a column [RESOLVED]