5
Answers

How to count no of record for current date or current day ?

i want to seach and display current date no of record from database.

how to find no of records for current date using sql.

i tried as below but it return me total no of records i want current date records from db.

select count(*)  from Table.

Answers (5)