Y-sir commented on issue #30482: URL: https://github.com/apache/shardingsphere/issues/30482#issuecomment-1999283460
> @Y-sir That syntax isn't valid in Oracle. You can do this: > > ```sql > update "t_logs" set "t_logs"."oper_user_name" = > ( select "t_user"."user_name" > from "t_user" > where "t_logs"."oper_user" = "t_user"."user_id") > ``` @TherChenYang Hello, we are using Oracle modified by Magic. Can you help me adapt to this SQL? -- 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]
