Thread: Merge Record in database(sql statement)

Merge Record in database(sql statement)

From
Shahbuddin Md Isa
Date:
Hai..    How to merge same record in database (sql statement), examples:-       Major     Birth_Place   GPA       -----
   -----------   -----       science   India        excellent       science   India        excellent 
 
Please help me...

____________________________________________________________
Powered by Fastmail from http://www.i-fastmail.com




Re: Merge Record in database(sql statement)

From
Markus Bertheau
Date:
В Пнд, 07.07.2003, в 04:55, Shahbuddin Md Isa пишет:
> Hai..
>
>     How to merge same record in database (sql statement), examples:-
>
>        Major     Birth_Place   GPA
>        -----     -----------   -----
>
>        science   India        excellent
>        science   India        excellent

select distinct * from table;

--
Markus Bertheau.
Berlin, Berlin.
Germany.