create or replace function gen_id( a date, b date ) returns text as $$ select lpad((random()*99)::int::text, 2, ...
確定! 回上一頁