Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: storing boolean value
Not sure about efficient, but I use NUMBER (1), 0=FALSE, 1=TRUE.
<lagaf_at_iname.com> wrote in message news:tl5ujiqlae2e8e_at_corp.supernews.com...
> Hello,
> Simple newbie question: what column datatype would you use to store a
> boolean value ? Number(1) ? char(1) ? Other ?
> Which one is the most efficient ?
> Thanks!
> L.
>
> --
> Posted via CNET Help.com
> http://www.help.com/
Received on Mon Jul 16 2001 - 09:42:16 CDT
![]() |
![]() |