How to select Distinct columns from the table, table having
20 columns and i want all coulmns
Answer Posted / monal
To select distinct columns you can mention them in the SQL
query and to select all columns you can use select * from
information_schema.columns
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
How would you add a section to a table?
Find columns used in stored procedure?
What is indexed view? How to create it?
What are cursors stored procedures and triggers?
What is 'write-ahead log' in sql server 2000 ?
Will count(column) include columns with null values in its count?
what is memory-optimized nonclustered indexes
What is resource db in sql server?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
What is snapshot replication?
Why we use functions in sql server?
Explain how you can configure a running aggregate in SSRS?
What triggers long term care?
Why we use trigger in sql server with example?
What happens if ntwdblib.dll is missing on your machine?