Re: [INTERFACES] Re: LIKE clause

From: "E(dot)E(dot) Mellor" <eem21(at)cam(dot)ac(dot)uk>
To: Thomas Byrnes <tbyrnes(at)helioshealth(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: [INTERFACES] Re: LIKE clause
Date: 1999-10-25 16:57:53
Message-ID: Pine.SOL.4.10a.9910251755520.20073-100000@orange.csi.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces

On Mon, 25 Oct 1999, Thomas Byrnes wrote:

> Alright, it seems simple enough, but I am having no luck figuring out the
> syntax for the LIKE clause.
>
> I have tried: WHERE name LIKE 'A*' and other similar combinations to no
> avail. Anyone have any suggestions?

LIKE 'A%', if I remember correctly.

Ewan.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Aaron J. Seigo 1999-10-25 17:23:19 Re: [GENERAL] retrieving last 3 rows
Previous Message Stephen Walton 1999-10-25 16:32:54 Slow lookups on dates? Or something else?

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jacob Christen 1999-10-25 18:13:46 Re: [INTERFACES] Re: LIKE clause
Previous Message Thomas Byrnes 1999-10-25 16:05:26 RE: [INTERFACES] Re: LIKE clause