tuichenchuxin commented on issue #24300: URL: https://github.com/apache/shardingsphere/issues/24300#issuecomment-1439822387
try this? And open `sql-show` property to show the actual sql. ```sql SELECT * FROM sys_user AS u LEFT JOIN sys_ent ON u.id = ent.user_id AND ent.is_deleted = 0 WHERE u.email = " " ``` -- 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]
