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

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

[复制链接]

96

主题

3

回帖

738

积分

超级版主

积分
738
金钱
228
贡献
411
注册时间
2023-11-3
发表于 2023-11-5 16:40:44 | 显示全部楼层 |阅读模式
本帖最后由 EGameol 于 2023-11-5 16:41 编辑 1 V/ R9 F; e6 R  n

; f9 {. |4 U/ g, h上线送时间
8 y; z. o  z8 o5 a4 ^, s2 u9 Y用查询分析器 必须在billing执行
1 l  R; }, [- u, h2 C
  1. CREATE TRIGGER [free] ON [dbo].[user_account]" R, m. T4 J3 O3 t
  2. after Insert
    1 i5 u5 u4 P6 F  r7 z
  3. as* F* A+ i' @' B# d1 }6 d6 w' U
  4. Update [user_account] set6 L. y" f8 K) f+ ]$ Q7 N
  5. [user_account].remain_time =999999,remain_freetime =999999,expire_freetime =2999-1-9. w8 d% y9 q/ }# `
  6. From Inserted
    9 Q$ I$ ~9 {+ K9 P4 D6 ^* q9 C. m
  7. Where [user_account].user_id=inserted.user_id
    : r" x9 c7 |- x2 x$ p1 q1 u' a
  8. and [user_account].group_id=inserted.group_id4 M& A- t( z. M
  9. update  user_account set remain_time =999999,remain_freetime=999999,expire_freetime=2999-1-9
    6 B9 {' Y; w$ d  t
  10. where expire_freetime =2006-1-9
复制代码

+ h$ c) O2 c& L" a/ W+ E6 q
- C; {( [" u% ^上线送商币
* _4 M% N+ T, d0 E. ]- N1 [用查询分析器 必须在 cash
( x5 j, _6 I/ Y. I  F  ?5 _. d# o" F1 k
  1. CREATE TRIGGER [free] ON [dbo].[user_cash]
    5 `8 K1 y  ?% C  F! W# E* H
  2. after Insert 7 z7 N0 B7 E! @. g
  3. as , n" l, |7 o6 |" J5 N% |+ v  n
  4. Update [user_cash] set [user_cash].amount=900000000,free_amount=900000000
    4 g. ]( ~8 u5 k4 |
  5. From Inserted
    % C- r7 x" e" ?8 N( n5 a5 C
  6. Where [user_cash].group_id=inserted.group_id % E( N2 S' t+ z2 g# a/ d! J8 L
  7. and [user_cash].id=inserted.id( g2 f# a/ I0 M
复制代码
  h  n) e0 L/ ~
$ t0 L9 K. I; P8 \# t
查询GM号
: `( F" V3 C3 S; z( y! ^
  1. selectcharacter_namefromcharacter.dbo.user_characterwherecharacter_namelike%GM%
复制代码
) J& W, U, `0 X4 ]
, E3 `! X/ Q& J0 t3 A" g

1 y) ], J' D1 |8 m) E
; j+ ?1 h$ G8 U7 T( \- C3 {
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|EGameol

GMT+8, 2024-11-26 10:33 , Processed in 0.044882 second(s), 21 queries .

Powered by Discuz! X3.5

Copyright © 2001-2020, Tencent Cloud.

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