Re: Query question - Mailing list pgsql-general

From Michael J Davis
Subject Re: Query question
Date
Msg-id 9453nv$14t6$1@news.tht.net
Whole thread Raw
In response to Query question  (Jorch <jorch@saunalahti.fi>)
List pgsql-general
select * from my_table where my_field like 'A%';

"Jorch" <jorch@saunalahti.fi> wrote in message
news:3A648758.71C69867@saunalahti.fi...
> 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: Bruce Momjian
Date:
Subject: Re: [HACKERS] GET DIAGNOSTICS SELECT PROCESSED INTO
Next
From: Tony Grant
Date:
Subject: initdb failing