Jump to content

Recommended Posts

use this in WHERE clause


regarding to time,
un-updated for 4 days   : LastUpdated` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 4 DAY)
un-updated for 14 days : LastUpdated` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 14 DAY)

regarding to key,
without key : `CharacterID` = 0
with key       : `CharacterID` <> 0

(If you can't understand how to use them, read textbooks about SQL)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...