I am attempting to do a query for a specific time based of a response for
a web site using php as the engine.
The syntax of the sql is simple
"SELECT * FROM table WHERE EXTRACT(MINUTE FROM fieldname)=$var;"
Specifically I am trying to pull up the last 30 minutes worth of data that
someone entered.
Thanks in advance