I want to fetch the records from database from a specific date. I have a columns log_date having datetime data type. now I want to get all records which have log date of previous 24 hours.
I want to fetch the records from database from a specific date. I have
Share
I think that should work, untested though.