one of the column in my table contains the data like
SAL
----
1000
1000
2000
3000
3000
So my requirement is i want output like
SAL
---
1000
2000
3000
it mean i want to delete duplicate rows in the table
permanently and i want output in the above formatow should u
write query?
Answer Posted / muthukumar
Select Sal From Emp
Group By Sal
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is spool?
what is the difference between char_length and length? : Sql dba
What is left inner join in sql?
how to get help information from the server? : Sql dba
What does where 1/2 mean in sql?
What are stored procedures in mysql?
How do I edit a stored procedure?
What is a full join sql?
What is an oracle stored procedure?
What is a stored procedure in sql with example?
How do I audit the sql sent to the server?
How to run pl/sql statements in sql*plus?
What are aggregate and scalar functions?
Is trigger a stored procedure?
What is sql query limit?