SELECT CHR(166) FROM dual
557152Jan 19 2007 — edited Jan 20 2007Hi ,
I was doing this particular query
SELECT CHR(166) FROM dual;
I was expecting the result to be '|' (pipe character). But it seems that different database gives different results.
I have this requirement that I have to use ASCII character 166 for the delimiters between columns.
Rikesh.