1 2 3 4 5 6 7 8 9
SELECT typeof( unhex('') ), length( unhex('') ); SELECT typeof( unhex(' ', ' -') ), length( unhex('-', ' -') ); SELECT typeof(unhex(NULL)) SELECT typeof(unhex(NULL, ' ')) SELECT typeof(unhex('1234', NULL))