create or replace function lmy(first INTEGER, item INTEGER) returns INTEGER as $$BEGIN return first * item;END;$$LANGUAGE plpgsql;create ...
確定! 回上一頁