💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
打开下图所示命令窗口 ![](https://box.kancloud.cn/bd54d68adefe35f96ba335492b8ed9ee_410x513.png) 命令操作如下: show databases; use test; show tables; user user; set autocommit=false;(或者autocommit=0); update user set balance=balance-500 where id=1; update user set balance=balance+500 where id=2; rollback;都失败 set autocommit=false;(或者autocommit=0); update user set balance=balance-500 where id=1; update user set balance=balance+500 where id=2; commit;都成功