Advertisement
Sansuall

Заявки TBC за 2ю половину апреля 2024

Apr 24th, 2024 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. -- Vusale
  2.  
  3. update TBonuses set fcount = fcount + 891 where f_account in (5333);
  4.  
  5. -- Бонусы за ФК на БК
  6. insert into TBonuses (f_account, fcount) values (12745, 4000);
  7. insert into TBonuses (f_account, fcount) values (5498, 4000);
  8.  
  9. -- Озай
  10.  
  11. update TBonuses set fcount = fcount + 1500 where f_account in (2132, 5087);
  12. DELETE FROM account_access WHERE id = 5333;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement