You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "wsc20190102 (via GitHub)" <gi...@apache.org> on 2023/02/22 09:05:57 UTC

[GitHub] [shardingsphere] wsc20190102 commented on issue #24300: How can I do Equivalent query with cipher column?

wsc20190102 commented on issue #24300:
URL: https://github.com/apache/shardingsphere/issues/24300#issuecomment-1439659237

   i use spring data jpa projection query with the sql, the cipher column email is invalid,  i give right email value,but i get nothing with the result
   
   SELECT
   	* 
   FROM
   	sys_user AS u
   	LEFT JOIN sys_ent ON u.id = ent.user_id 
   	AND ent.is_deleted = 0 
   WHERE
   	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: notifications-unsubscribe@shardingsphere.apache.org

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