How can I use the get current date time function in advanced sql.
I want CurrDateTime() that is used in aggregates, for advanced sql.
Thank you
Hi Amol,
You can have a parameter of DateTime data type and pass CurrDateTime() as an input, like in the example below:
Hope it helps.
Regards,João
Hey! It works, thanks for your prompt answer.