From: | "NAGAPPA" <naveen_shanbhag(at)hotmail(dot)com> |
---|---|
To: | <pgsql-sql(at)postgresql(dot)org> |
Subject: | selecting duplicate records |
Date: | 2003-09-22 05:37:10 |
Message-ID: | OE66rufdDh08nt9fDUy000026b3@hotmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Hi
I would like to know the following
1. How to select duplicate records only from a single table using a select query.
Thanks in advance
Regards
naveen
----- Original Message -----
From: yogesh selukar
To: pgsql-sql(at)postgresql(dot)org ; sandis(at)mediaparks(dot)lv
Sent: Saturday, September 20, 2003 10:35 PM
Subject: Re: [SQL] Simple concatenation in select query
Hello Everybpdy,
The concatination in select query u can write the query like this.
select c.status||' this '||' is '||' the '||' status ' from course_master as c;
This works fine
Regards
Yogesh
------------------------------------------------------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
From | Date | Subject | |
---|---|---|---|
Next Message | Senthil Kumar S | 2003-09-22 09:00:13 | Backup error - Please help |
Previous Message | sad | 2003-09-22 05:21:56 | Re: Reg: Firing Trigger when a particular column value get changed |