I have 20 tables in my data base with the same columns.
i want to change the default value of genre(column in the table) in all of the table.
it is possible with sql statement?
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.
With a quick research I got this:
I’m not an SQL expert though, but this seems like it would do the job.
Source: http://www.w3schools.com/sql/sql_default.asp. A good resource for sql questions anyway.