mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-29 18:39:10 +08:00
4 lines
140 B
SQL
4 lines
140 B
SQL
BEGIN TRANSACTION;
|
|
UPDATE `coderuletype` SET `codepre`=150 WHERE `codepre`=15 AND `marketid`=2;
|
|
UPDATE `version` set `version` = 20;
|
|
COMMIT; |