Number of data entered that day

Hey all, I want to number of data that day entered. How can I fetch it from database?
I thought that I can get it if my table contains field that saves the time the data entered. Therefore, I can get using CURDATE. However, I don’t have this field so I am a bit confused. How can I achive that? Thanks all

The table must contain a column with the insertion date (commonly called created_at).

1 Like

Hi,

I suggest you read on timestamp behavior:

Best regards