I'm a MySQL noob. As such, certain things confuse the heck out of me, due to a general lack of experience. Here is what I am trying to accomplish:<BR><BR>I want to calculate the difference, in days, ...
SELECT class,time_stamp FROM cf_status_log WHERE class like 'any' AND ( time_stamp BETWEEN now() AND ( timestamp with time zone '2013-12-22 17:33:25-0500' - interval '60' minute ) ) order by class ...