Re: Selecting rows having substring in a column [RESOLVED]

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 [RESOLVED]
Date: 2019-08-29 14:46:45
Message-ID: alpine.LNX.2.20.1908290745370.2953@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 29 Aug 2019, Adrian Klaver wrote:

> test=# select * from like_test where fld_1 ilike '%Winding River%';
> fld_1

Adrian,

Aha! I thought of 'like' but forgot about ilike. That's exactly what I need.

Thanks very much,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2019-08-29 14:47:49 Re: Selecting rows having substring in a column
Previous Message Luca Ferrari 2019-08-29 14:45:27 literal vs dynamic partition constraint in plan execution