Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Hexdecimal output
write yourself a function in pl/sql to do it.. since oracle numbers are not like machine integers you could end up with many hex digits to represent something..
In article <334D1570.13A3_at_detroitedison.com>, lechkung_at_detroitedison.com wrote:
> Hi,
> This may seem very easy to most of you out there, but how do you output
> a NUMBER in a hexdecimal form??
>
> ex: $ SELECT status_flag FROM remote_control_units;
> ^
> |
> +---- This is what I want in hex form (0xfffffff)
>
> Thanks
> Greg Lechkun
> lechkung_at_detroitedison.com
> lechkung_at_tir.com
Received on Fri Apr 11 1997 - 00:00:00 CDT
![]() |
![]() |