HOW SELECT

From: "shyju c(dot)k" <newslttr(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: HOW SELECT
Date: 2006-08-25 07:50:50
Message-ID: 628fd60a0608250050j40d0b350r421021841ee4be3c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hai all

i have table ,as follows

--------------------------------------------------------------------------------------------------------------
| id_int | vid_int | name_chv
|
address_txt |
-------------------------------------------------------------------------------------------------------------
| 2 | 12
| ram | address1 |
--------------------------------------------------------------------------------------------------------------
| 3 | 12
| joy | address2 |
--------------------------------------------------------------------------------------------------------------
| 4 | 14 | shyju
| address3 |
-------------------------------------------------------------------------------------------------------------
| 5 | 14
| shyju | address4 |
-------------------------------------------------------------------------------------------------------------
| 6 | 30 | thomas
| address5 |
-------------------------------------------------------------------------------------------------------------
| 7 | 30
| muhamd | address6 |
------------------------------------------------------------------------------------------------------------
| 8 | 30
| rahim | address7 |
-------------------------------------------------------------------------------------------------------------

here only vid_int=14 , have name=shyju repeated

[ how query for list the following records ]

--------------------------------------------------------------------------------------------------------------
| id_int | vid_int | name_chv
|
address_txt |
-------------------------------------------------------------------------------------------------------------
| 4 | 14 | shyju
| address3 |
-------------------------------------------------------------------------------------------------------------
| 5 | 14
| shyju | address4 |
-------------------------------------------------------------------------------------------------------------

Advance thanx

REGARDS
SHYJU

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Achilleas Mantzios 2006-08-25 09:07:11 CMS - portal server Question
Previous Message Rafal Pietrak 2006-08-25 07:11:28 Re: multimpe records output from a 'no-table' source