zhouzhonghe opened a new issue, #17704:
URL: https://github.com/apache/druid/issues/17704

   I want to create a partition table for a specific day on a partitioned table 
using the following statement:
   String sql = "CREATE TABLE public.tb_user_info_20240701 PARTITION OF 
public.tb_user_info FOR VALUES IN ('20240701')”;
   SQLUtils.format(sql,"postgresql");
   but an WARN com.alibaba.druid.sql.SQLUtls-rowFormat error :
   com.alibaba.druid.sql.parser.ParserException:syntax error,error in 
:'PARTITION OF public.tb_user_info_20240701 ',expect BY,actual OF.token OF
       at com.alibaba.druid.sql.parser.SQLParser.printError(SQLParser.java:841)
       at com.alibaba.druid.sql.parser.SQLParser.accept(SQLParser.java:849)
   
   ### Affected Version
   
   The Druid version :1.2.8
   
   
   


-- 
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