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 only how should u
write query?
Answer Posted / suma
can we use group by?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are hotfixes and patches?
What is nosql vs sql?
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
What is constant in pl sql?
What are inner and outer joins examples of both?
What is the best free sql database?
What is the maximum number of rows in sql table?
What is the difference between distinct and unique in sql?
What is trigger and types?
How do I run a sql trace?
Show the two pl/sql cursor exceptions.
What is prepared statement in sql?
how can I make a script that can be bi-language (supports english, german)? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what is the difference between rownum pseudo column and row_number() function? : Sql dba