I wrote a SQL function to display a hexadecimal number in that format ... while v_Index < v_Length do set v_Output = v_Output concat substr(v_Work, v_Index, 2) concat ' '; set v_Index = v_Index + 2; end while; return v_Output; end; Paste the ...
↧