I want to alter a table column to be nullable. I have used:

ALTER TABLE Merchant_Pending_Functions Modify NumberOfLocations NULL

This gives an error at Modify. What is the correct syntax?

12 Answers
12

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *