我想在代码中 通过程序自动生成建表语句,并在doris中进行自动创建,但是由于我使用的mysql驱动,且建表命令中存在”DUPLICATE KEY(create_time)“命令,导致报错:Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DUPLICATE KEY(id,create_time)
PARTITION BY RANGE(create_time)