date_arithmetic: use function in seconds #1912
HoneyryderChuck
started this conversation in
General
Replies: 2 comments 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
-
hi Jeremy, thx for the patch. Can confirm it works! 👍 One thing though: (CAST(CURRENT_TIMESTAMP AS timestamp) + make_interval(secs := (0 + POWER(("outbox"."attempts" + 1), 4)))) which is technically correct, but that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋 ,
I have a variation of the following expression:
which is blowing up with the following message:
Is this a bug? If it isn't, what's the best way to translate the function call into smth the date functions can parse and use to build SQL?
Beta Was this translation helpful? Give feedback.
All reactions