Guest User

Untitled

a guest
Jan 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. UPDATE table SET (IF date_fbulk IS NULL, date_fbulk = NOW(), date_lbulk = NOW())
  2.  
  3. UPDATE enterprise.gen SET bu_id = (SELECT MAX(b_id) FROM enterprise.bulk), IF(date_fbulk IS NULL, date_fbulk = NOW(), date_lbulk = NOW()) ORDER BY RAND() LIMIT 10;"
Add Comment
Please, Sign In to add comment