RE: Query question

From: Colin Taylor <Colin_Taylor(at)portasystemsdev(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: RE: Query question
Date: 2001-01-18 14:54:17
Message-ID: 4B045DC53446D111A6CD00A0C949AB735E78C6@TOBY
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

SELECT * FROM my_table WHERE my_field LIKE 'A%';
Should do it!

> -----Original Message-----
> From: Jorch [mailto:jorch(at)saunalahti(dot)fi]
> Sent: Tuesday, January 16, 2001 5:40 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] Query question
>
>
> How can I make query
>
> SELECT * FROM my_table WHERE my_field = 'A*';
>
> Meaning that I want to get all rows from my_table where my_field value
> begins with alphabet "A"
>
>

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Wood 2001-01-18 14:56:30 Re: Query question
Previous Message Tony Grant 2001-01-18 14:47:55 RE: Why is there so much MySQL bashing???