924438567 commented on issue #18556:
URL: 
https://github.com/apache/shardingsphere/issues/18556#issuecomment-1166731373

   > Hi @924438567 You should provide `Logic SQL` and `Actual SQL` so others 
can better understand your problem. Given your unique configuration, it is 
recommended to provide a demo project that reproduces the problem.
   
   Logic SQL: insert into qy_barrage(cus_no, send_time, barrage, create_time, 
update_time, create_user, update_user)
           values (?, ?, ?, ?, ?, ?, ?)
   Actual SQL: ds0 ::: insert into qy_barrage_sss11_2023(cus_no, send_time, 
barrage, create_time, update_time, create_user, update_user)
           values (?, ?, ?, ?, ?, ?, ?) ::: [sss11, 2023-02-02 11:00:00, null, 
null, null, null, null]
   
   I use SNOWFLAKE to create id,  but  without id column.


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

Reply via email to