xiajifei commented on issue #14334:
URL: 
https://github.com/apache/shardingsphere/issues/14334#issuecomment-1162708452

   I have a same question;sql can't exe in Sharding;
   "SELECT * FROM ( SELECT TMP_PAGE.*, ROWNUM PAGEHELPER_ROW_ID FROM ( select 
sys_user.id, sys_user.user_code, sys_user.user_name, sys_user.password, 
sys_user.phone_number,sys_user.email, sys_user.avatar, sys_user.is_manager, 
sys_user.open_id, sys_user.app_code, sys_user.remark, sys_user.create_time, 
sys_user.modify_time, sys_user.create_user_id,sys_user.modify_user_id, 
sys_user.is_delete,sys_user.card_no,sys_user.contacts , sys_user_app_rel.app_id 
as userAppRelAppId, sys_user_app_rel.user_type as userAppRelUserType, 
IFNULL(?,null) as appId from sys_user left join sys_user_app_rel on 
sys_user.id=sys_user_app_rel.user_id left join sys_user_corp_rel on 
sys_user.id=sys_user_corp_rel.user_id where 1=1 and sys_user.is_manager = 1 and 
sys_user.is_delete=0 and sys_user_app_rel.is_delete=0 /*and 
upper(sys_user.user_code) != 'ADMIN'*/ and sys_user_app_rel.app_id=? group by 
sys_user.user_code order by sys_user.create_time desc ) TMP_PAGE) WHERE 
PAGEHELPER_ROW_ID <= ? AND PAGEHELPER_ROW_ID > ?"


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