Re: Query question

From: "Gregory Wood" <gregw(at)com-stock(dot)com>
To: "Jorch" <jorch(at)saunalahti(dot)fi>
Cc: "PostgreSQL-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Query question
Date: 2001-01-18 14:56:30
Message-ID: 009701c0815e$da88ef10$7889ffcc@comstock.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

SELECT * FROM my_table WHERE my_field LIKE 'A%';

Greg

----- Original Message -----
From: "Jorch" <jorch(at)saunalahti(dot)fi>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Tuesday, January 16, 2001 12:39 PM
Subject: 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"
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Patrick Welche 2001-01-18 14:57:32 Re: Help with query. (*)
Previous Message Colin Taylor 2001-01-18 14:54:17 RE: Query question