Hi Team,

We have a  variable *MAX_DATETIME_PRECISION* in SqlTypeName enum which is
currently set to 3 in the code. We need to support the current_timestamp(p)
function, where 'p' can be 0 to 6.

eg: select current_timestamp(6) from employee;

This functions is present in dialects -
Teradata - Current_timestamp(p),
Oracle - Current_timestamp(p)
Netezza - Now(p) equivalent to Current_timestamp(p)

I would like to know the reason behind the variable *MAX_DATETIME_PRECISION*
set to 3.
Also could we change the variable *MAX_DATETIME_PRECISION* value to 6.
Pease provide your input on this.

*Thanks,*
*Bindi Barnwal*

Reply via email to