Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

ALTER ADD COLUMNS

Updated on 2022-11-18 GMT+08:00

Function

This command is used to add columns to an existing table.

Syntax

ALTER TABLE tableIdentifier ADD COLUMNS(colAndType (,colAndType)*)

Parameter Description

Table 1 Parameters

Parameter

Description

tableIdentifier

Table name.

colAndType

Name of a comma-separated column with data types. A column name consists of letters, digits, and underscores (_).

Examples

alter table h0_1 add columns(ext0 string);

System Response

The columns are added to the table. You can run the DESCRIBE command to display the columns.

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback