Re: Searching Tables

From: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
To: PgSQL Novice ML <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Searching Tables
Date: 2003-08-13 22:04:40
Message-ID: 1060812280.4577.18.camel@haggis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

On Wed, 2003-08-13 at 13:51, w00t(at)pop3(dot)valuelinx(dot)net wrote:
> I have 4 tables for example
>
> firstname | middlename | lastname | phonenumber
>
>
> Now I am trying to search for multiple entries for example
>
> SELECT * FROM phonenumbers;
>
> I am trying to use SELECT 'not sure what here' FROM phonenumbers;
>
> so that I can find any fields that have multiple information in the phonenumbers field.

w00t, please be a bit more specific.

--
+---------------------------------------------------------------+
| Ron Johnson, Jr. Home: ron(dot)l(dot)johnson(at)cox(dot)net |
| Jefferson, LA USA |
| |
| "Man, I'm pretty. Hoo Hah!" |
| Johnny Bravo |
+---------------------------------------------------------------+

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2003-08-13 22:11:53 Support contracts (was Re: Commercial support?)
Previous Message Maksim Likharev 2003-08-13 22:04:16 Re: Sorting Problem

Browse pgsql-novice by date

  From Date Subject
Next Message Thiemo Kellner 2003-08-13 23:18:33 How can I index a substring attribute?
Previous Message Tom Lane 2003-08-13 19:56:21 Re: postgres on AIX