

# DEALLOCATE PREPARE
<a name="sql-deallocate-prepare"></a>

从当前工作组中的预准备语句中删除具有指定名称的预准备语句。

## 摘要
<a name="sql-deallocate-prepare-synopsis"></a>

```
DEALLOCATE PREPARE statement_name
```

## 示例
<a name="sql-deallocate-prepare-examples"></a>

以下示例从当前工作组中删除 `my_select1` 预准备语句。

```
DEALLOCATE PREPARE my_select1
```

## 其他资源
<a name="sql-deallocate-prepare-additional-resources"></a>

[使用预准备语句](querying-with-prepared-statements-querying.md)

[PREPARE](sql-prepare.md)