Nested query error

Hi there,

I’ve created a question which aggregates distinct connection per day per user.
Raw data look like

Stamp: Day | ID | Nombre de lignes
October 17, 2018 | xxx1 | 1
October 17, 2018 | xxx2 | 1
October 18, 2018 | xxx1 | 1
October 18, 2018 | xxx3 | 1

Now, I want to use that question as a source for a new question (i.e a nested query) : how many users connect 1 time, 2 times, 3 times, … ?

However, when I does that, I have an error:
No method in multimethod ‘->honeysql’ for dispatch value: [metabase.driver.mysql.MySQLDriver :time-interval]

Please ask me whatever you need to investigate.