Say I was an very influential and seasoned professional and I had no choice but to change a Trademark™ word because someone felt it was their legal right!
Here is the syntax:
- UPDATE table_name
- SET column1=value, column2=value2,…
- WHERE some_column=some_value
I learned this SQL UPDATE Statement from: http://www.w3schools.com/sql/sql_update.asp
Leave a Reply