How to get the count of distinct records. Please give me the
query?
Answer Posted / anilreddy
select count(distinct(columnname)) from tablename
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the transaction properties?
What is user-defined function?
How do I get Report Builder to generate a parameter that can be set by users viewing the report?
wat wil hapn if we give the both read and deny read permission to user?
What is function of master database?
How to add the custom code in Report?
What are the parts of a function?
Can we use where clause in union?
How do I clean up sql server transaction log?
What is shrink log file?
What is ems sql management studio? : sql server management studio
How to transfer an existing table from one schema to another schema in ms sql server?
What is database black box testing?
How optimize sql query with multiple joins in sql server?
How important do you consider cursors or while loops for a transactional database?