DaveBirdsall 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_r248028415
 
 

 ##########
 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:
   I didn't know we had an "IF NOT EXISTS" clause on ALTER TABLE ADD COLUMN. 
Thanks for adding it.

----------------------------------------------------------------
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

Reply via email to