liuyu000 commented on a change in pull request #1768: [TRAFODION-3255] Add *ALTER TABLE ... ADD PRIMARY KEY* in *Trafodion SQL Reference Manual* URL: https://github.com/apache/trafodion/pull/1768#discussion_r248206297
########## File path: docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc ########## @@ -455,15 +456,15 @@ column-list is: [[alter_table_syntax]] === Syntax Description of ALTER TABLE -* `_name_` +* `_table-name_` + specifies the current name of the object. See <<database_object_names,Database Object Names>>. -* `ADD [COLUMN] _column-definition_` +* `ADD [IF NOT EXISTS][COLUMN] _column-definition_` Review comment: My pleaure. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
