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表里的字段顺序排列

相关推荐
JosieBook1 小时前
【数据库】MySQL 数据库创建存储过程及使用场景详解
数据库·mysql
处女座_三月1 小时前
改 TDengine 数据库的时间写入限制
数据库·sql·mysql
酷ku的森1 小时前
Redis中的hash数据类型
数据库·redis·哈希算法
Arva .1 小时前
Redis
数据库·redis·缓存
DemonAvenger1 小时前
MySQL与应用程序的高效交互模式:从基础到实战的最佳实践
数据库·mysql·性能优化
博一波2 小时前
Redis 集群:连锁银行的 “多网点智能协作系统”
数据库·redis·缓存
HashData酷克数据2 小时前
官宣:Apache Cloudberry (Incubating) 2.0.0 发布!
数据库·开源·apache·cloudberry
秋难降2 小时前
SQL 索引突然 “罢工”?快来看看为什么
数据库·后端·sql
TDengine (老段)2 小时前
TDengine 时间函数 TODAY() 用户手册
大数据·数据库·物联网·oracle·时序数据库·tdengine·涛思数据
码界奇点2 小时前
KingbaseES一体化架构与多层防护体系如何保障企业级数据库的持续稳定与弹性扩展
数据库·架构·可用性测试