strongduanmu commented on issue #11465:
URL: 
https://github.com/apache/shardingsphere/issues/11465#issuecomment-916607992


   @JiekerTime Refer to the official documentation, specifying table_name or 
alias in column_name is invalid. Therefore, the valid SQL should be `UPDATE 
t_user u SET status ='update' WHERE u.pwd ='a10'`.
   
   Executing this valid SQL will still report an error because the PostgreSQL 
syntax is ambiguous for the alias `u`.


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