Hi all,
I like to rename my table's column.
My table name is: utf8_Alter
Field: Branch
In the Branch field I have few columns name
I tried to change the name with this query: But it didn't work.
ALTER TABLE `utf8_Alter` CHANGE `ゴルダーズグリーン` `ーン ノースロンドン` varchar( 64 )
MySQL said: Documentation
#1054 - Unknown column 'ゴルダーズグリーン' in 'utf8_Alter'
The Collation in phphMyAdmin is :utf8_general_ci
Can anyone assist me what I did wrong here?
Thanks in advance.