add batch remove batch split batch comment selection show hidden batches hide batch
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
CREATE FUNCTION
ERROR:  function "f" already exists with same argument types
CONTEXT:  SQL statement "create function f (int)
  returns int
  language sql
  as 'select $1'"
PL/pgSQL function inline_code_block line 3 at SQL statement
DO