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 / narasimha
select distinct(sal) sal from salex;
| Is This Answer Correct ? | 35 Yes | 22 No |
Post New Answer View All Answers
State some properties of relational databases?
What are different functions in sql?
What is the size of partition table?
what is the difference between blob and text? : Sql dba
What is multiple columns?
What are the advantages of pl sql over sql?
How many triggers can be applied on a table?
What is difference between sql and excel?
what is meant by urlencode and urldocode? : Sql dba
how to use like conditions? : Sql dba
Is join an inner join?
What can sql server reporting services do?
which tcp/ip port does sql server run on? : Sql dba
What is before and after trigger?
What is query syntax?