Searching Tables

From: <w00t(at)pop3(dot)valuelinx(dot)net>
To: pgsql-novice(at)postgresql(dot)org;, pgsql-general(at)postgresql(dot)org
Subject: Searching Tables
Date: 2003-08-13 18:51:24
Message-ID: E19n0iS-0007Zh-U7@mta01.dmz.ftsm.vlnx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

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.

Thanks,
__________________________________<BR>Sent using Valuelinx Webmail System<BR>http://www.valuelinx.net/<BR><BR>Check us out for your dial-up and DSL<BR>needs. And now offering Nationwide Services!<BR>__________________________________

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gianni Mariani 2003-08-13 18:54:46 Re: Sorting Problem
Previous Message Dennis Gearon 2003-08-13 18:33:31 Re: Sorting Problem

Browse pgsql-novice by date

  From Date Subject
Next Message Randy Neumann 2003-08-13 19:46:56 Re: postgres on AIX
Previous Message Stephan Szabo 2003-08-13 16:11:37 Re: How to easily spot Foreign keys