以下异常是在大量数据并发插入数据库的时候,报的错,求解释啊
2017-07-05 21:44:51,246 [ERROR] [HashThread-pool-6-thread-1] MessageFacadeInvoker.handleExeception - org.nutz.dao.DaoException: org.nutz.dao.DaoException: !Nutz SQL Error: 'INSERT INTO string(hash) VALUES(?)
| 1 |
|-------------|
| -1507525949 |
For example:> "INSERT INTO string(hash) VALUES(-1507525949) "'
PreparedStatement:
'INSERT INTO string(hash) VALUES(?) '