Is there any way to set all the columns(int) default value at a time, in single query?
Share
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.
Yes
An example with int
If you actually wanted to change all the values in the table to a value instead, use:
And if you wanted to change let’s say all entries having old_value to new_value for column_name:
Please formulate your question more clearly.