Quantcast
Channel: Substring In Sql | Automatic Website Traffic RSS
Viewing all articles
Browse latest Browse all 989

Guru: Legible Hexadecimal

$
0
0
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 ...

Viewing all articles
Browse latest Browse all 989

Trending Articles