

# ALTER TABLE DROP COLUMN
<a name="querying-iceberg-alter-table-drop-column"></a>

Descarta uma coluna de uma tabela Iceberg existente.

## Resumo
<a name="querying-iceberg-alter-table-drop-column-synopsis"></a>

```
ALTER TABLE [{{db_name}}.]{{table_name}} DROP COLUMN {{col_name}}
```

## Exemplo
<a name="querying-iceberg-alter-table-drop-column-example"></a>

```
ALTER TABLE iceberg_table DROP COLUMN userid
```