Page 1 of 1

Update column names with value which is null val

PostPosted: Mon Dec 13, 2010 12:04 pm
by ragur.satheesh
I want to update the column name with valid value which is having null values?

Re: Update column names with value which is null val

PostPosted: Mon Dec 13, 2010 2:32 pm
by NicC
There is no such thing as 'NULL VALUE'. If a column does not have a value a seperate byte is set to indicate there is no data. This is known as the NULL INDICATOR. YOu can put anything you want in a column as long as it conforms to the datatype of the column.