1, the select * from tableName CONVERT (FieldName USING GBK)
2, the select * from tableName CONVERT (FieldName USING GBK) COLLATE gbk_chinese_ci
These two kinds of writing, can get sorting, what's the difference? Whether you need to add "followed COLLATE gbk_chinese_ci"?
For mysql5.7.32 version use which write better?