Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在哪里可以找到 mysql 不允许在查询字符串中使用的不受支持的字符列表。我一直在使用转义字符功能。由于某些奇怪的字符,这是否仍然为可能的查询失败留有空白?
您可以在查询之前执行
StringEscapeUtils.escapeSql(query);
StringEscapeUtils 来自 commons-lang 库