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

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

[复制链接]

96

主题

3

回帖

898

积分

超级版主

积分
898
金钱
228
贡献
571
注册时间
2023-11-3
发表于 2023-11-5 16:40:44 | 显示全部楼层 |阅读模式
本帖最后由 EGameol 于 2023-11-5 16:41 编辑
% P* t6 `8 `  U; Q7 ^2 k2 ]8 d2 }  Y- H; W$ a* z+ h8 y9 ?  `, f
上线送时间
1 F6 V, f" u4 ^4 a用查询分析器 必须在billing执行
! g4 {9 ^0 Q) U/ D& k8 Q' A2 I
  1. CREATE TRIGGER [free] ON [dbo].[user_account]9 g; R5 j; O) U. C
  2. after Insert
    . K4 @: m& c; c( T  I2 h0 q4 ]
  3. as! q6 l# @3 B; v8 Y. E
  4. Update [user_account] set" E5 A9 p& K7 L) y, ?( O. @% B
  5. [user_account].remain_time =999999,remain_freetime =999999,expire_freetime =2999-1-9  t; @- h: {5 h
  6. From Inserted# E- L/ b7 _5 l6 t
  7. Where [user_account].user_id=inserted.user_id
    - C" A2 O8 x( D0 r2 j
  8. and [user_account].group_id=inserted.group_id6 q! L  C9 |1 `/ C
  9. update  user_account set remain_time =999999,remain_freetime=999999,expire_freetime=2999-1-9. @! `4 M& I- K& N# d; v2 u) b
  10. where expire_freetime =2006-1-9
复制代码
! U+ n3 U2 M$ ^1 V! [

- X9 h, Z7 M& |- E+ j/ {1 z上线送商币8 i# r* O' N, L, ]6 T  G/ u  G9 a
用查询分析器 必须在 cash
. Q3 O6 |/ A- B# K" {( z0 E1 `1 n7 p2 G# u8 c$ X
  1. CREATE TRIGGER [free] ON [dbo].[user_cash] ' ]% b+ G) [# C
  2. after Insert 2 T% y. F' j5 ?- M  n
  3. as
    # M% M2 q. O. R3 @' e: m$ L7 Z
  4. Update [user_cash] set [user_cash].amount=900000000,free_amount=9000000003 N) J. `( `: A$ b
  5. From Inserted % \) T1 [7 U$ ?" B" p7 W
  6. Where [user_cash].group_id=inserted.group_id
    2 y( p# ~  ~: M- }
  7. and [user_cash].id=inserted.id" z) g: }4 A5 S4 r5 M+ x* U( o
复制代码

: A( y0 x; t% X# d& @& g2 D) ^% `, i3 e. ?; o  b% u: K! M
查询GM号; \( ^9 Z4 I  C4 v" H% a" R& t& I, y. r
  1. selectcharacter_namefromcharacter.dbo.user_characterwherecharacter_namelike%GM%
复制代码
) m0 ^) D  t4 h8 |8 N5 R
; ~  d6 U" C5 [7 ]) J
; G1 f1 {6 _$ o! F# a) v6 y8 V

8 T7 d5 t8 e" n+ t& ~
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|EGameol

GMT+8, 2025-4-5 08:07 , Processed in 0.038876 second(s), 21 queries .

Powered by Discuz! X3.5

Copyright © 2001-2020, Tencent Cloud.

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