RE: Query question - Mailing list pgsql-general

From Colin Taylor
Subject RE: Query question
Date
Msg-id 4B045DC53446D111A6CD00A0C949AB735E78C6@TOBY
Whole thread Raw
In response to Query question  (Jorch <jorch@saunalahti.fi>)
List pgsql-general
SELECT * FROM my_table WHERE my_field LIKE 'A%';
Should do it!

> -----Original Message-----
> From: Jorch [mailto:jorch@saunalahti.fi]
> Sent: Tuesday, January 16, 2001 5:40 PM
> To: pgsql-general@postgresql.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"
>
>

pgsql-general by date:

Previous
From: Ian Harding
Date:
Subject: Re: date/time
Next
From: "Gregory Wood"
Date:
Subject: Re: Query question