0
CREATE FUNCTION RandInt ( i smallint) RETURNS smallint
BEGIN
  return i = ROUND(RAND * i);
END;
Category: 
SQL Functions & Procedures
Current Version: 
1.00
Supported Products: 
NexusDB V2
NexusDB V3
Home