Friday 24 July 2015

How to change not null column to null ?












 Here is the code ...
.


  ALTER TABLE DRIVER_MASTER
  MODIFY (DRIVER_LICENCE_No NULL); 


Here I change my DRIVER_LICENCE_No  field to  nullable.

No comments:

Post a Comment