Hi,
I would like to get number of days between two dates using In-Database tool.
Is it possible?
Thanks..
Solved! Go to Solution.
@Oskido when using the In-DB tools and the Formula In-DB tool, you need to use the SQL syntax of the platform you're connecting to. For example, if you're connecting to Snowflake it'd be:
DATEDIFF( day, <date1>, <date2> )
Thank you. I am connected to SQL database..
It worked. Thank you...
User | Count |
---|---|
106 | |
85 | |
76 | |
54 | |
40 |