larrychen8276 opened a new issue #9785:
URL: https://github.com/apache/shardingsphere/issues/9785


   无法解析下面的sql语句
   ` (select t.id, t.category_id, t.category_name  from ppt_p_contents t where 
t.type = 1 and t.show_in_home = 3 order by t.create_time desc limit 8 )  
   union all  (select t.id, t.category_id, t.category_name  from ppt_p_contents 
t where t.type = 1 and t.show_in_home = 4 order by t.create_time desc limit 8 ) 
 
   union all  (select t.id, t.category_id, t.category_name  from ppt_p_contents 
t where t.type = 1 and t.show_in_home = 5 order by t.create_time desc limit 8 ) 
 
   `


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to