How to select Distinct columns from the table, table having
20 columns and i want all coulmns
Answer Posted / latha.s
select distinct * from tablename;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the index requirement in SQL Azure?
How important do you consider cursors or while loops for a transactional database?
What are clustered and non-clustered index?
What is ms sql server reporting services?
What are the basic functions for master, msdb, model, tempdb databases?
What happens to a trigger with multiple affected rows?
What is RAID? What are the different types of RAID configurations?
what are cursors? : Sql server database administration
Why can there be only one clustered index and not more than one?
What is default port number for sql server 2000?
How do I find the query plan in sql server?
Can we do dml on views?
Is it ok to shrink transaction log?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
What is t-sql script to take database offline – take database online.