How to select Distinct columns from the table, table having
20 columns and i want all coulmns
Answer Posted / amit
select distinct * from table_name
| Is This Answer Correct ? | 18 Yes | 7 No |
Post New Answer View All Answers
What is update locks?
How to round a numeric value to a specific precision?
Difference between group by clause and having clause in SQL?
What part does database design plays a role in performance of an sql server-based application?
What are cursors stored procedures and triggers?
How many databases instances are there in sql server 2000?
What is table value parameters (tvp)?
What are the parts of a function?
What is the report model project?
Is candidate a key?
How do I start sql server?
Where do you find the default Index fill factor and how to change it?
What happens when transaction log is full?
What are secondary xml indexes?
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?