You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following query is stored at Even_sql variable.
SELECTx_4.valueAS col0
FROM
JSON_EACH((select json_group_array(n) from (with recursive t as(select0as n union allselect n +1as n from t where n +1<20) select n from t))) as x_4, JSON_EACH((select json_group_array(n) from (with recursive t as(select0as n union allselect n +1as n from t where n +1<20) select n from t))) as x_6
WHERE
(x_6.value= ((x_4.value) / (2)));
The text was updated successfully, but these errors were encountered:
changing the original works 👍 . fyi, this happens in postgres too. I'll leave this open if you like to use it as a bookmark but please feel free to close it.
Hi,
If I run this, I don't get even numbers.
This is the generated SQL:
The text was updated successfully, but these errors were encountered: