Finds the current date as it exists on the server, and returns a bigtime value representing the current time with microcecond precision. The accuracy of the current time portion is limited by the accuracy of the system clock.
current_bigdatetime()
select current_bigdatetime()) ------------------------------ Nov 25 1995 10:32:00.010101AM
select datepart(us, current_bigdatetime()) ------------------------------ 010101
See also select, where clause in Reference Manual: Commands.
ANSI SQL – Compliance level: Entry-level compliant.
Any user can execute current_date.