[SQL] Merge Record in database(sql statement)

2003-07-06 Thread Shahbuddin Md Isa
Hai.. 
 
How to merge same record in database (sql statement), examples:- 
 
   Major Birth_Place   GPA 
   - ---   - 
 
   science   Indiaexcellent 
   science   Indiaexcellent 
 
Please help me...


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



---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


[SQL] Merge Record in database(sql statement)

2003-07-06 Thread Shahbuddin Md Isa
Hai.. 
 
How to merge same record in database (sql statement), examples:- 
 
   Major Birth_Place   GPA 
   - ---   - 
 
   science   Indiaexcellent 
   science   Indiaexcellent 
 
Please help me...


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



---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [SQL] Merge Record in database(sql statement)

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

select distinct * from table;

-- 
Markus Bertheau.
Berlin, Berlin.
Germany.

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly