Re: VARCHAR and size
varchar( 255 ) is the max size i know for this colmun type.
Marco wrote:
> Hello to anyone,
> I need to get the max number of char I can store into a varchar
> variable. Is there any function I can use?
> ex.
> DECLARE MYVAR CHAR(3)
>
> ThefunctionThatLetMeKnowTheSizeOf(MYVAR) = 3
>
> thanks
> Marco
|