How to get the count of distinct records. Please give me the
query?
Answer Posted / gouri
SELECT count(*) FROM
(SELECT distinct ngcode FROM donation )d
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Write a SQL queries on Self Join and Inner Join.
How you provide security to cube? : sql server analysis services, ssas
What are the different sql server versions?
What is the meaning of sql server?
What are functions in the sql server?
How to write character string constants or literals in ms sql server?
How to Check if table exists in sql server?
What is a collation?
Is it possible to replicate data from sql server to oracle? : sql server replication
When is update_statistics command used?
What happens if you are trying to access a schema not owned by you?
What is difference between aggregate and analytic function?
How do I open port 1433?
List out the differences between global and local temp tables in sql server?
What is de-normalization and what are some of the examples of it?