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 the authentication mode can be changed?
Why do we use stored procedures in sql server?
How connect excel to sql server?
Do you know what are the ways available in sql server to execute sql statements?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
How do I port a number to sql server?
Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
What command do we use to rename a db, a table and a column?
what are the different stages of Report Processing?
Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?
tell me the disaster recovery plan
How is SQL Azure different than SQL server?
Introduction of rollup clause using sum and group by clause?
How to return the date part only from a sql server datetime datatype?
how do you test proper tcp/ip configuration windows machine? : Sql server database administration