I am writing a cron job that will need to pull out the current days records. In my table I have a column called modify_date which is a unix time stamp, in format of 1/29/2011 9:59:47 AM
What would be the sql for the current date so it chooses the date part only and give current dats results accordingly.
thanks
1 Answer