Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UPDATE carprice.b_carprice_entity_auctions
- SET TIME_FINISH = ADDDATE( now(), INTERVAL '40' SECOND )
- WHERE id = (SELECT *
- FROM (SELECT Max(id)
- FROM carprice.b_carprice_entity_auctions as a)
- as b);
Advertisement
Add Comment
Please, Sign In to add comment