How to get the count of distinct records. Please give me the
query?
Answer Posted / anusha
SELECT COUNT(*)FROM(SELECT DISTINCT columnname FROM
tblname)
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
How network traffic be reduced by using the stored procedure?
Can you pass expressions to function parameters?
What is clustered vs nonclustered index?
What does ss stand for sexually?
Explain what is lock escalation?
Explain how dts is used to extract, transform and consolidate data?
What command would you use to add a column to a table in sql server?
How to create a simple user defined function in ms sql server?
what is denormalization and when would you go for it? : Sql server database administration
What is Sqlpaging in SqlServer 2005 ?
How to find related tables in sql server?
How to create an index on an existing table in ms sql server?
Explain triggers in sql?
What are the different acid properties?
How do you make a trace?