> ## 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.

# 删除数据(delete)

示例：DELETE FROM  `user_info`
WHERE `id` = 1001  AND `status` = 'deleted';

DELETE FROM  表名
WHERE 条件参数;

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

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