-
Hey, I was trying to use SQL's TIMESTAMP_DIFF, but I can't pass in the third argument from Logica: Is there a way to do this? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
EvgSkv
Jul 27, 2021
Replies: 1 comment 1 reply
-
We have to use
or this:
Let me know if you have further questions. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rvalek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have to use
SqlExpr
to pass this.So we should do something like this:
or this:
Let me know if you have further questions.