Jump to content

[SOLVED] A Query that Deletes Rows with Dates that Have Already Passed


lalabored

Recommended Posts

I need a query that deletes rows with dates that have already passed.  I'm storing dates in the future in my MySql database and I want the rows to be deleted when those dates have passed, how so I make a query that does that? I tried this...

 

DELETE FROM mytable WHERE TIME_TO_SEC(SUBTIME(release_date,NOW())) <= 0

 

But it doesn't work so now I'm stuck, please help me.

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.