day in php mysql. plz how do i select i am trying like
Expand|Select|Wrap|Line Numbers
- select * from Employee_entry where emp_id=2 and month=04 and year=2019 group by created_at;
but i need per day one record only.
how to display first record for a day in php mysql by date for 1 week
|