You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/09/10 03:48:55 UTC

[GitHub] [shardingsphere] strongduanmu commented on issue #11465: PGSQL does not support DML operations in encrypt scenarios

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org