Sign in
apache
/
cloudberry
/
HEAD
/
.
/
gpcontrib
/
orafce
/
orafce--3.15--3.16.sql
blob: bee468028bec9baeae9b6d68db883595911fa280 [
file
] [
log
] [
blame
]
CREATE
FUNCTION
dbms_utility
.
get_time
()
RETURNS int
AS
'MODULE_PATHNAME'
,
'dbms_utility_get_time'
LANGUAGE C VOLATILE
;
COMMENT
ON
FUNCTION
dbms_utility
.
get_time
()
IS
'Returns the number of hundredths of seconds that have elapsed since point in time'
;