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 does clustered and non clustered index work?
If you want to send some data from access database to sql server database. What are different component of ssis will you use?
How do I find my localdb version?
Can primary key be null?
How do I find the sql server version?
Differentiate between truncate vs delete in mssql?
What is a cursor, index in sql?
How do I start sql server?
How do I install sql server?
Why transaction is important?
How to include date and time values in sql statements?
How to download and install the scaled-down database adventureworkslt?
Is sql server a database?
What is the server name in sql server?
where the connection string store in the database