how to count datewise data in sqlserver
Answer Posted / mythili
select BillDate, count(*) from AdminSalesDetailsItems group by BillDate
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
Differentiate between mongodb vs. Sql server?
Do you know query execution plan?
How many tables can be joined in SQL Server?
What are the advantages of partitioning?
What is a scheduled job or what is a scheduled task?
Can you create a logon trigger in sql server 2005 express edition?
Explain what is analysis service repository?
Explain the concepts and capabilities of sql server?
What is the difference between count and distinct count?
what authentication modes does sql server support? : Sql server database administration
What is the difference between stored procedure and user defined functions?
Do you know what are pages and extents? : SQL Server Architecture
Some queries related to SQL
What is a dbms wizard?
How to create a stored procedure with a statement block in ms sql server?