Hey in MSSQL when i want to check a column to see if its older than five minutes i do
Is there an an equivalent in MySQL? or do i have to create the date in PHP and compare that value to the one in my DB?Code:DATEDIFF(minute,time_column,GETDATE()) <= 5
Thanks




Reply With Quote