sql报错

1  ### SQL: Insert into table_front_user_certification_information (user_id,username,certificate_type,certificate_num,               certificate_front_pic,certificate_back_pic,certificate_face_pic             )       VALUES(?,?,?             ,?                                                                       ,?)
### Cause: java.sql.SQLException: Column count doesn't match value count at row 1

; bad SQL grammar []; nested exception is java.sql.SQLException: Column count doesn't match value count at row 1

 <insert id="insertUser" parameterType="map">
        Insert into
          table_front_user
          (user_id,telephone,username
          <if test="password !=null and password != ''">
             ,password
          </if>
          
          ,register_type,deviceId)
        VALUES
            (
            #{userNo},#{mobile},#{userName}
             <if test="password !=null and password != ''">
             ,#{password}
             </if>
            
            ,#{registerType},#{deviceId}
            )
    </insert>

   


org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 5
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:77)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:446)

at com.sun.proxy.$Proxy102.selectOne(Unknown Source)



 2 

mysql错误:Column count doesn't match value count at row 1

是由于类似

INSERT INTO table_name(col_name1, col_name2, col_name3) VALUES('value1','value2');

语句中,前后列数不等造成的,


3

Incorrect integer value: 'aaa' for column 'auditor_no' at row 1

数据库字段类型不对


4

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.

mysql 连接出现问题


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值