Syntax

syntax

ALTER TABLE <table> DROP COLUMN <colName>;
BASH

<table>

The table you want to delete a column from.

<colName>

The name of the column that you want to remove.

Output

This SQL command does not return anything.