Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Vusale
- update TBonuses set fcount = fcount + 891 where f_account in (5333);
- -- Бонусы за ФК на БК
- insert into TBonuses (f_account, fcount) values (12745, 4000);
- insert into TBonuses (f_account, fcount) values (5498, 4000);
- -- Озай
- update TBonuses set fcount = fcount + 1500 where f_account in (2132, 5087);
- DELETE FROM account_access WHERE id = 5333;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement