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

   > I use SNOWFLAKE to create id, but without id column.
   
   
   
   > > 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 can't find any problem from the SQL, please provide a demo that 
reproduces the issue.
   
   the problem is  I use SNOWFLAKE to create id, but Actual SQL 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