0
drop function if exists getTime;
create function getTime ()
returns char(8)
return (cast(current_time as char(6)) ||'00');
Category: 
SQL Functions & Procedures
Current Version: 
1.00
Supported Products: 
NexusDB V2
NexusDB V3
Home