ling185831070 opened a new issue, #21106: URL: https://github.com/apache/shardingsphere/issues/21106
CREATE SHARDING TABLE RULE sn_log ( RESOURCES ( ds_2, ds_3, ds_4 ), SHARDING_COLUMN = created, TYPE ( NAME = "INTERVAL", PROPERTIES ( "datetime-pattern"="yyyy-MM-dd HH:mm:ss","datetime-lower"= "2016-01-01 00:00:00", "datetime-upper"= "2021-12-31 00:00:00", "sharding-suffix-pattern"="yyyyMM","datetime-interval-amount"="1", "datetime-interval-unit"="Months") ), KEY_GENERATE_STRATEGY ( COLUMN = id, TYPE ( NAME = "snowflake" ) ) ); -- 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]
