Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: VARCHAR2(1) vs CHAR(1)
It probably isn't going to make much difference. Things that are going to
make a much larger difference are things like not using bind variables.
Jim
"Stjepan Brbot" <stjepan.brbot_at_zg.hinet.hr> wrote in message
news:ahveki$cjcm$1_at_as201.hinet.hr...
> When column in table should store strictly one character, what is better
> solution; to use VARCHAR2(1) or CHAR(1)?
>
> --
>
> Stjepan Brbot
>
>
>
Received on Sun Jul 28 2002 - 11:12:00 CDT
![]() |
![]() |