How to add 1 nano second to a timestamp

218 Views Asked by At

How to add 1 nano second to a timestamp.

I am doing this -

select CURRENT_TIMESTAMP + '0000-00-00 00:00:01' FROM SYSIBM.SYSDUMMY1

but it does not help me.

Can anyone please help me in this ?

0

There are 0 best solutions below