Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.23 KB | None | 0 0
  1. update country_code set sort = 10;
  2. update country_code set sort = 2 where code='AU';
  3. update country_code set sort = 3 where code='CA';
  4. update country_code set sort = 4 where code='GB';
  5. update country_code set sort = 5 where code='US';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement