Jump to content

[SOLVED] Where datetime is recent?


Azu

Recommended Posts

I have some tables and there is a time field in them that is generated by now() and I want to select all of the data that are recent

 

select id from news where (date()-time)<60

That should select all of them that are less then 60 seconds old

 

But it never works, just returns false over and over no matter what doesn't even give me an error it just doesn't work.

 

Please tell me why it's not working and how I can fix it

Link to comment
https://forums.phpfreaks.com/topic/42265-solved-where-datetime-is-recent/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.