mysql字段乱序 information_schema

select COLUMN_NAME from information_schema.columns where table_name='collect_column_info' and table_schema = 'nz';

返回ASCII排列

导致

sqoop import \

--connect "jdbc:mysql://your_host/collect" \

--username your_username \

--password your_password \

--table collect_column_info \

也乱序

systemctl restart mysql 后返回ASCII排列

再次systemctl restart mysql 后返回collect_column_info表里的字段顺序排列

相关推荐
CoderIsArt28 分钟前
Redis的三种模式:主从模式,哨兵与集群模式
数据库·redis·缓存
师太,答应老衲吧2 小时前
SQL实战训练之,力扣:2020. 无流量的帐户数(递归)
数据库·sql·leetcode
Yaml43 小时前
Spring Boot 与 Vue 共筑二手书籍交易卓越平台
java·spring boot·后端·mysql·spring·vue·二手书籍
Channing Lewis3 小时前
salesforce case可以新建一个roll up 字段,统计出这个case下的email数量吗
数据库·salesforce
追风林4 小时前
mac 本地docker-mysql主从复制部署
mysql·macos·docker
毕业设计制作和分享5 小时前
ssm《数据库系统原理》课程平台的设计与实现+vue
前端·数据库·vue.js·oracle·mybatis
ketil275 小时前
Redis - String 字符串
数据库·redis·缓存
Hsu_kk6 小时前
MySQL 批量删除海量数据的几种方法
数据库·mysql
编程学无止境6 小时前
第02章 MySQL环境搭建
数据库·mysql
knight-n6 小时前
MYSQL库的操作
数据库·mysql