I want to get data that are enter to the database in last 24 hours. This what i have done. But it is not working Could anyone help me?
You need to compare the date to a date field on your table. You should add (if you don't already have) a field to hold the date of the created row and then you can do something like that (assuming the field name is time_added):