zzzdong opened a new pull request, #1732:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1732

   This pull request add support for column prefixe and functional indexes in 
MySQL's `CREATE TABLE` and `ALTER TABLE` statements.
   ```sql
    ALTER TABLE `tbl_1` ADD KEY `idx_1` (col_1(10) DESC, (LOWER(col_2)));
   ```
   May fix parts of #302  .
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to