user (id, username) VALUES (1, ‘zhangsan’);
INSERT INTO 表名 (参数解析) VALUES (参数解析);

使用指令过程中遇到问题?前往 八爪鱼RPA 开发者社区问答板块 提问,获取官方与社区帮助。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
user (id, username) VALUES (1, ‘zhangsan’);
INSERT INTO 表名 (参数解析) VALUES (参数解析);

