moonbox
moonbox copied to clipboard
moonbox提交sql异常:Illegal group reference。
sql字符串中包含特殊符号如 $ ,会由于java的Matcher正则,而抛出Illegal group reference。
root> select * from table where $id
= '1' limit 10;
Sql query error: Illegal group reference