Viewing post 1 (of 1 total)
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...
September 9, 2008 at 9:06 am
#869113