Hey guys,
In my DB, i've got appointments set, and i need to select all appointments which are an hour or less away.
For example i want to do something to the following (Dont worry, i know this wont work as is)
SELECT * FROM timetable WHERE time has one hour remaining;