CREATE FUNCTION one() RETURNS integer AS $$ SELECT 1 AS result; $$ LANGUAGE SQL;
SQL Справочник v0.05 © 2007-2025 Igor Salnikov aka SunDoctor