johnny2002 commented on issue #6463:
URL: https://github.com/apache/shardingsphere/issues/6463#issuecomment-664205121


   For an example:
   
   HintManager hintManager = HintManager.getInstance();
   hintManager.setDatabaseShardingValue("0");
   **hintManager.setLogicTableName("tab_user");** //add this method to set 
logic table name, so that parsing sql is not neccesary
   
   boolean rst = statement.execute("insert into ... select ... from .... group 
by ... having...");


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

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


Reply via email to