RAHUL PATIL

RAHUL PATIL

  • NA
  • 145
  • 11.3k

Keep one id and remove the duplicate id

Mar 19 2016 3:32 AM
suppose i have  table student contain only single column ID 
And it value for ID is
 
ID
1
1
2
3
2
4
4
 
      So now i want to delete duplicate row and display out put is
 
ID
1
2
3
      So how i write query. Please help me
 
Thanks in advance 
 

Answers (4)