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
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
what is a constraint? : Sql dba
What is cartesian join in sql?
Which are the different character-manipulation functions in sql?
How many primary keys can a table have?
describe mysql connection using mysql binary. : Sql dba
What is replication id?
What is cursor and its types?
How can I change database name in sql?
What are the different types of tables in sql?
What are the most important ddl statements in sql?
Write a unique difference between a function and a stored procedure.
what are the different type of normalization? : Sql dba
what is bcp? When does it used? : Sql dba
What is the purpose of using pl/sql?