Alexandre
PHPПенсионер
ошибка в функции
в чем может быть ошибка, работаю через консоль
выдает ERROR: syntax error at or near "select" у символа 7
СТРОКА 2: select count(*) INTO res FROM responses where objects_id...
[sql]CREATE FUNCTION responses_count( int ) RETURNS int AS
declare
res int;
BEGIN
select count(*) INTO res FROM responses where objects_id = $1 and lang= false
end;[/sql]
в чем может быть ошибка, работаю через консоль
выдает ERROR: syntax error at or near "select" у символа 7
СТРОКА 2: select count(*) INTO res FROM responses where objects_id...
[sql]CREATE FUNCTION responses_count( int ) RETURNS int AS
declare
res int;
BEGIN
select count(*) INTO res FROM responses where objects_id = $1 and lang= false
end;[/sql]