how to count datewise data in sqlserver
Answer Posted / amit bhardwaj
SELECT COUNT(colmnName) FROM Tablename GROUP BY Columnname
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
How is sql used in sql server?
System requirements for sql server 2005 express edition?
how many no of arguments can be passed in procedures and functions
How to rename an existing column with sql server management studio?
What are difference between Cluster index and Non-Cluster index?
What are various aggregate functions that are available?
How can we migrate from SQL server to SQL Azure?
Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
What is temporal table?
List some major differences between triggers and stored procedures?
Does the unique constraint create an index?
What is the return type of executeupdate ()?
How do I save a stored procedure in sql server?
How to find out what is the default collation in a database?
What is the fillfactor concept in indexes?