I have a table with 80 fields in it.
I would like to globally set the NULL value for each field to YES. Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not “natively”, no; You have to specify field names verbatim in
ALTER TABLE.You could script it, but by the time you’ve loaded up SO, asked this question, got this response, found out how to script it and what in, and gone and done it…. well, you could have just spent the 60 seconds it’ll take to make this change manually through SQLYog.