是不是日期类型出了问题
你先看看系统的date类型是什么样的再存储

解决方案 »

  1.   

    insert into person(person_id,name,gender,birthday,email_address,computer_level,
        english_level,potential_customer,person_kind,put_date,re)
        values (10001,'李彩凤','女',to_date('19700516','YYYYMMDD'),'[email protected]',
        '操作熟练','一般','是','C','2003年5月28日','……');
      

  2.   

    还是出现错误啊!!!SQL> insert into person(person_id,name,gender,birthday,email_address,computer_level,
      2      english_level,potential_customer,person_kind,put_date,re)
      3      values (10001,'李彩凤','女',to_date('19700516','YYYYMMDD'),'[email protected]',
      4      '操作熟练','一般','是','C','2003年5月28日','……');
        '操作熟练','一般','是','C','2003年5月28日','……')
                                   *
    ERROR 位于第 4 行:
    ORA-01861: 文字与格式字符串不匹配