lehug commented 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
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]