Re: Query question

From: "rob" <rob(at)cabrion(dot)com>
To: "Jorch" <jorch(at)saunalahti(dot)fi>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Query question
Date: 2001-01-19 04:39:06
Message-ID: 002901c081d1$c25a0000$4100fd0a@cabrion.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

--rob

----- 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 Brett W. McCoy 2001-01-19 04:54:58 Re: Why does the JDBC driver not support prepareCall?
Previous Message Tom Lane 2001-01-19 04:38:38 Re: Performance of a single (big) select and Multiprocessor Machines