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
How do database indexes work?
Can we linked SharePoint to a SQL database?
Explain indexing and what are the advantages of it?
What are the difference between “where” and “having” clause in sql server?
How to how to convert numeric expression data types using the convert() function??
What does dml stand for?
What is the difference between truncate and delete commands?
How do I get to sql server configuration manager?
What are the differences between ms sql server & oracle?
How do I open a .db file?
When do you think a developer should use sql server-based cursors?
Tell me can we use custom code in ssrs?
How do I find the port number for sql server?
Are there issues when exporting SSRS reports into Microsoft Excel? When my users are trying to export a SSRS report into Microsoft Excel, one or two columns in the report appear to merge together. Why might this be?
What are data resources?