Question : modify column to allow null

ALTER TABLE mytable MODIFY mycolumn price null

column is not null i want it to be null

Incorrect syntax near 'MODIFY'.

I tried with/without ()
with/without   price
with/without   null

Answer : modify column to allow null

ALTER TABLE ebaytitles ALTER COLUMN price money NULL
Random Solutions  
 
programming4us programming4us