ERROR 1261 (01000): Row 1 doesn‘t contain data for all columns

Posted 雅冰石

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR 1261 (01000): Row 1 doesn‘t contain data for all columns相关的知识,希望对你有一定的参考价值。

一  问题描述

MariaDB [baidd]> select * from t1  into outfile '/var/lib/mysql/t1.txt';
Query OK, 1 row affected (0.000 sec

MariaDB [baidd]>  load data infile '/var/lib/mysql/t1.txt' into table t2;
ERROR 1261 (01000): Row 1 doesn't contain data for all columns


二 出错原因

t2的字段比t1字段多,因此导入失败。

以上是关于ERROR 1261 (01000): Row 1 doesn‘t contain data for all columns的主要内容,如果未能解决你的问题,请参考以下文章

在Docker化Python API / Flask APP时给出pyodbc.Error

SQLSTATE [01000]:警告:1265 列的数据被截断

Spring 5.0.1 namedJdbcTemplate batchUpdate ORA-01000:超过最大打开游标

71《SQL学习指南(第二版)》常见错误语句

Sql Server ShrinkFile Error 解决方案

故障排除 Mybatis ORA-01000 和 本地缓存问题