Thursday, 12 September 2013

How change non nullable column to nullable column

How change non nullable column to nullable column

Am getting the values from the table using select statement.
select * from samp
Its shows all columns and values.In that i have date field with values. i
want make this column with the value to null.I.e while using select
statement i want to make non nullable date field to null. please give your
suggestion

No comments:

Post a Comment