I have a table named interessados
, I have int_data
this field is timestamp()
, I have 5 records with the following dates:
2016-09-01 10:15:00
2016-09-01 10:50:00
2016-09-01 18:35:00
2016-09-01 23:15:00
2016-09-15 10:00:00
How do I select only the day 01/09/2016
? Being timestamp()
and I can not WHERE int_data
?