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
define sql update statement ? : Sql dba
What is field delimiter?
What is cte sql?
What is scalar and vector?
What is sap sql anywhere?
Is it possible to create startup or shutdown trigger for on-schema?
What is a null value?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
Can we alter stored procedure?
what is the command used to fetch first 5 characters of the string? : Sql dba
How to create your own reports in sql developer?
How to rename a column in the output of sql query?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
Is pl sql still used?
what are the drivers in mysql? : Sql dba