mvzink opened a new issue, #1665: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1665
Example: ```sql ALTER TABLE tbl_name MODIFY COLUMN col_name column_definition FIRST, ALGORITHM=INPLACE, LOCK=NONE; ``` See [`ALTER TABLE` docs](https://dev.mysql.com/doc/refman/8.4/en/alter-table.html) for syntax and [Online DDL Operations docs](https://dev.mysql.com/doc/refman/8.4/en/innodb-online-ddl-operations.html) for semantics. ``` | ALGORITHM [=] {DEFAULT | INSTANT | INPLACE | COPY} | LOCK [=] {DEFAULT | NONE | SHARED | EXCLUSIVE} ``` -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org