Hi, I keep a record of logins in a table. I have columns for id, ip, date and time. From that record of logins I wanna fetch logins made only in the last hour.
I'm sweaping through the MySQL docs on time and date functions, but I just can't seem to combine them correctly.
Can somebody help me?