> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 单条数据插入(insert)

示例：INSERT INTO  `user` (`id`, `username`) VALUES (1, 'zhangsan');

INSERT INTO  表名 (参数解析) VALUES (参数解析);

<img src="https://mintcdn.com/bazhuayu-rpa-docs/_0ncJVuvn2vLb0nP/helpcenter/commands/custom-commands/MtBiYKy9/images/oeGsXk3k-01.png?fit=max&auto=format&n=_0ncJVuvn2vLb0nP&q=85&s=0afcd5ffbfa0ab5c968425eefc276858" alt="image" width="985" height="580" data-path="helpcenter/commands/custom-commands/MtBiYKy9/images/oeGsXk3k-01.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
