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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...