878
Views
2
Comments
Solved
Get CurrDateTime() for advanced sql

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

2018-10-29 08-31-03
João Marques
 
MVP
Solution

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

UserImage.jpg
Amol Rane

Hey! It works, thanks for your prompt answer.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.