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
Explain what is sql server english query?
What are the database roles? : sql server security
What is conditional split?
What is dirty page?
What do you mean by an execution plan? Why is it used?
What are the indexes in sql server?
What is a trace frag?
How to end a stored procedure properly in ms sql server?
what are the new features in SSRS?
What is SQL Server?
How to read data in a table with "select" statements?
What are horizontal and vertical scaling?
How do I find the sql server version?
What is default port number for sql server 2000?
What is spatial and temporal data?