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

相关推荐
趁你还年轻_1 小时前
Redis大量key集中过期怎么办
数据库·redis·缓存
GUIQU.1 小时前
【Oracle】视图
数据库·oracle
南棱笑笑生1 小时前
20250605在微星X99主板中配置WIN10和ubuntu22.04.6双系统启动的引导设置
数据库
Leo.yuan1 小时前
实时数据仓库是什么?数据仓库设计怎么做?
大数据·数据库·数据仓库·数据分析·spark
艾露z1 小时前
深度解析Mysql中MVCC的工作机制
java·数据库·后端·mysql
gs801401 小时前
[闭源saas选项]Pinecone:为向量数据库而生的实时语义搜索引擎
数据库·搜索引擎
全职计算机毕业设计2 小时前
SpringBoot+Mysql实现的停车场收费小程序系统+文档
spring boot·mysql·小程序
大熊猫侯佩2 小时前
使用令牌(Token)进一步优化 SwiftData 2.0 中历史记录追踪(History Trace)的使用
数据库·swift·apple
网安小张2 小时前
解锁FastAPI与MongoDB聚合管道的性能奥秘
数据库·python·django