SSC-EWI-BQ0005
Javascript code has not been validated.
Severity
Description
Code Example
Input Code:
CREATE FUNCTION test.languageJs (x integer, y integer)
RETURNS integer
LANGUAGE js
AS "return x * y;";Output Code:
Recommendations
Last updated
