Add a field to a table
Syntax
alter table <table reference> add field <field spec>
Parameters
table reference
String. Name of the table to add a field to, optionally qualified by schema.
Add a field to a table
alter table <table reference> add field <field spec>
table reference
String. Name of the table to add a field to, optionally qualified by schema.
field
spec