Replies: 1 comment
-
Hey @fdecourt The reason why you are experiencing these difficulties, is because AlaSql doesnt support all the traditional feature of Nosql database, Here possible solution specific to your use case: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
I am trying to use ALASQL to manipulate dates. I need it to be 100% in SQL (no javascript).
For that I need to create a CTE (so I can use it in my existing query) with all the dates from 2022-01-01 to 2080-12-31.
I tried many stuff like that :
But in the calendar CTE, the VALUE is not usable.
If if do a
SELECT VALUE FROM myRANGE
I have the list of value from 0 to 21550
But I can't have use it in the DATEADD
Thanks a lot for your help
Beta Was this translation helpful? Give feedback.
All reactions