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
How do I view a table in sql?
what are date and time data types in mysql? : Sql dba
Explain what is rdbms?
what is a cursor? : Sql dba
What are the different set operators available in sql?
Explain clause in sql?
How does one use sql*loader to load images, sound clips and documents? : aql loader
Is it possible to update views?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
how to use case expression? : Sql dba
How do I run sql?
What is character functions?
What is difference between function and trigger?
What is the best partition size for windows 10?
What are sql triggers used for?