Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> get integers in hex-format

get integers in hex-format

From: Thomas Beetz <t.beetz_at_fnt.de>
Date: Mon, 06 Dec 1999 08:09:34 +0100
Message-ID: <384B612D.46FBFBFD@fnt.de>


Hello

A simple problem:
if i use
 select rownum from foo;
i get
rownum



1
2
3
.
.

10
11
.
.

but i want

rownum



1
2
3
.
.
.

A
B
.

is there an easy way or must i write a simple function for this.

Thanks thomas Received on Mon Dec 06 1999 - 01:09:34 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US