79319239

Date: 2024-12-31 05:37:17
Score: 2
Natty:
Report link

The issue lies in the LANGUAGE SQL declaration in your function definition, it's working fine - please check :

CREATE OR REPLACE FUNCTION add(integer, integer) RETURNS integer LANGUAGE 'sql' AS 'select $1 + $2;' RETURNS NULL ON NULL INPUT COST 100;

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gayu thulasi