How to get the Today or current day's Data with condition of date
SQL:How to get the Today or current day's Data with condition of date:---
Description
The date for today can be get in the Sql Serverm using current date.
Syntax
The syntax in the SQL Server for the current date is as following :
select count(*) from table1 where bill_date >= CURDATE()-0;

0comments
Post a Comment