lanchengx opened a new issue #13998: URL: https://github.com/apache/shardingsphere/issues/13998
For details, please refer to https://github.com/apache/shardingsphere/issues/13994 The ANTLR definition syntax is as follows: ```sql SHOW SHARDING KEY GENERATORS ``` Examples are as follows: ```sql > SHOW SHARDING KEY GENERATORS; +-------------------------+--------+-------------------+ | name | type | props | +-------------------------+----------------------------+ | uuid_key_generator | uuid | "worker-id"=123 | +-------------------------+--------+-------------------+ ``` -- 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]
