Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Type lengths

    Let's go step by step.

    CREATE TABLE #TEST(A varchar,B varchar(30)); ---> Field named A is of size 1 with type Varchar.

    ISNULL(A,B) ---> means:evaluate the field A, (the first parameter), if has...

Viewing post 1 (of 1 total)