You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/06/28 06:31:07 UTC

[GitHub] [superset] lehug edited a comment on issue #15316: add filter with Chinese, then cause Issue 1002,but SQL exactly works well

lehug edited a comment on issue #15316:
URL: https://github.com/apache/superset/issues/15316#issuecomment-869398283


   @zhaoyongjie 
   ```
   SELECT DATE(page_visit_at) AS __timestamp,
          count(DISTINCT session_id) AS `COUNT_DISTINCT(session_id)`
   FROM `ray-test`.user_behavior_record
   WHERE page_visit_at >= '2021-06-08 00:00:00.000000'
     AND page_visit_at < '2021-06-23 00:00:00.000000'
     AND ((code_project = '中文'))
   GROUP BY DATE(page_visit_at)
   LIMIT 500;
   ```
   
   it works well with mysql woekbench, but not work well with superset.
   when I change "中文" to "abc", then no error happen.


-- 
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@superset.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org