Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/06/23 in Posts

  1. DELETE FROM `achievement` WHERE `achievement`.`id` >= '400000' AND id <= '4000038'; is it me or there is really wrong number in the loop. concated value become like this: lower bound 40000+0 = 400.000, then upper bound 40000+38 = 4.000.038
    1 point
  2. you may change the default value of your SQL table. ...datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
    1 point
×
×
  • Create New...