我在我的语句中使用了一个CONVERT
函数SELECT
来避免 utf8 错误,但是 MySQL 留下了问号。有没有办法将不可转换的字符转换为空白或空格字符?
SELECT MeetId,
ResId,
Special,
CONVERT(proposal USING ascii) as Proposal,
Analysis,
Vote,
Vote_for,
Oppose,
Discret,
Abstain,
gpVote %s
FROM RESO
WHERE RESO.MeetId = %s
例如,一个典型的结果可能在一个字段中有这个:'The current issue ?A? is on the table '