I use a query to change the encoding of a column
ALTER TABLE `media_value_report` CHANGE `index_page_body` `index_page_body` TEXT CHARACTER SET utf8 NULL DEFAULT NULL
I want to do this for other columns main_title, landing_page_body. But I get error # 1064 at runtime. Can I change multiple columns in a single query?
I tried, but found in a goog search that could not be changed in a single request.
sql mysql mysql-error-1064 alter-table
Sangram Anand Jun 01 2018-12-12T00: 00Z
source share