找回密码
 立即注册
查看: 2035|回复: 0

[技术文章] 挑战上线自动送点卡.商城币.和查询GM号SQL执行语句

[复制链接]

96

主题

3

回帖

738

积分

超级版主

积分
738
金钱
228
贡献
411
注册时间
2023-11-3
发表于 2023-11-5 16:40:44 | 显示全部楼层 |阅读模式
本帖最后由 EGameol 于 2023-11-5 16:41 编辑
) F& f5 \3 I. o8 I, ~& n
% s! K, F% q) O上线送时间7 w# W* c* f5 V- c' A4 ~' r
用查询分析器 必须在billing执行% A  e& l+ k) ^& _2 E/ ], D
  1. CREATE TRIGGER [free] ON [dbo].[user_account]
    6 L$ W5 M9 a3 l2 ^; x' f$ k
  2. after Insert1 I4 x- P6 P2 i
  3. as
      t; Z' x) w/ K
  4. Update [user_account] set! x3 a* B5 ?' G* W/ f* `8 k
  5. [user_account].remain_time =999999,remain_freetime =999999,expire_freetime =2999-1-9
    1 u. i0 Q/ v4 O+ w( o
  6. From Inserted
    ' q; L% Z1 _9 h/ d4 G, }
  7. Where [user_account].user_id=inserted.user_id- T* o1 f% M6 v, \: Z# J
  8. and [user_account].group_id=inserted.group_id7 b0 q" K& ]( U9 s
  9. update  user_account set remain_time =999999,remain_freetime=999999,expire_freetime=2999-1-9; W7 J7 \* ]& G! b; W/ i- }3 j
  10. where expire_freetime =2006-1-9
复制代码
* O' q1 W  Z; d' @2 v
% m9 w$ c! v( v- o
上线送商币) H' {# P; t1 K/ }! e
用查询分析器 必须在 cash5 B8 R+ B  M- C# Q* c9 w3 u

; [2 g% {: M1 w4 u7 W
  1. CREATE TRIGGER [free] ON [dbo].[user_cash]
    2 U2 i+ l6 Y7 s
  2. after Insert
    2 n! z! x! q- T
  3. as
    + q; \, f/ j- [5 ^: [
  4. Update [user_cash] set [user_cash].amount=900000000,free_amount=900000000" N  ]6 D  v7 Q, b
  5. From Inserted
    $ ?6 K% f7 b; H  ^7 w; M7 W1 E7 r
  6. Where [user_cash].group_id=inserted.group_id 3 D3 p/ w. V3 Q2 q' m9 M
  7. and [user_cash].id=inserted.id
    # B! [; G' Z$ l/ C! O* t  J
复制代码
1 n& \% x  i! H6 Y9 h

* F* ^: V( D$ U6 Y  i查询GM号( n; x) w/ y. ^: {' g
  1. selectcharacter_namefromcharacter.dbo.user_characterwherecharacter_namelike%GM%
复制代码

+ ]# k, V3 s) n+ z
* f# I3 V# n; |0 j, B6 {4 Q% a  u- ~: ^' L" f* i# N

1 \) ?. W- N4 x- @. r2 h' r
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|EGameol

GMT+8, 2024-11-21 18:59 , Processed in 0.107466 second(s), 20 queries .

Powered by Discuz! X3.5

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表