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 to perform pattern match with the like operator?
How do I save a stored procedure in sql server?
Which trace flags are enabled in sql server?
Explain Reporting Life Cycle?
Do you know what is user defined datatypes and when you should go for them?
How do you improve the performance of a SQL Azure Database?
Can we take the full database backup in log shipping?
What is an execution plan?
What is meant by dirty read?
What is the use of keyword with encryption. Create a store procedure with encryption?
How each E-R model constructs can be mapped to the relational model?
How to attach adventureworkslt physical files to the server?
Define synonym?
How to generate create procedure script on an existing stored procedure?
What is sql profiler. What are the default templates with it? : sql server database administration