CREATE OR REPLACE FUNCTION intarr_to_hex_string(integer[]) RETURNS text AS $$ SELECT string_agg( lpad(to_hex($1[x]),2,'0'), ...
確定! 回上一頁