Drop a column
Prerequisites
Drop the cyclist_age
column from the table.
ALTER TABLE cycling.cyclist_alt_stats DROP cyclist_age;
See also:
Drop the cyclist_age
column from the table.
ALTER TABLE cycling.cyclist_alt_stats DROP cyclist_age;
See also: