How to get the count of distinct records. Please give me the
query?
Answer Posted / kanika
this will also work
select count(distinct columnname) from table
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is encryption key?
Tell me what is difference between view and materialized view?
Are resultset updatable?
How can sql injection be stopped? : sql server security
what is the difference between openrowset and openquery?
role of sql sever 2005 in database rather than any other database
Do comments need to go in a special place in sql server 2005?
Tell me in brief how sql server enhances scalability of the database system?
Explain multiserver query
Explain indexes disadvantages?
What is the difference between ddl,dml and dcl commands?
explain different types of cursors? : Sql server database administration
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
What is report server project?
What happens if null values are involved in string operations?