You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "korlov42 (via GitHub)" <gi...@apache.org> on 2023/05/29 07:02:52 UTC

[GitHub] [ignite-3] korlov42 commented on pull request #2105: IGNITE-19407 Sql. Introduce DDL command for ALTER COLUMN TYPE.

korlov42 commented on PR #2105:
URL: https://github.com/apache/ignite-3/pull/2105#issuecomment-1566655799

   I don't agree the original syntax has any ambiguity. SQL is a declarative language, so you only need to do what is declared in the statement. The statement `ALTER COLUMN VAL SET DATA TYPE VARCHAR(20)` declares that you only what to change type of the column, while leaving rest of the attributes as is.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org