This is easy to do inside a PL/pgSQL function (or a DO block): create function myfunc() returns void language plpgsql as $$ declare aintconst constant int ...
確定! 回上一頁