当前位置:网站首页>Excel imports long data and changes to 000 at the end
Excel imports long data and changes to 000 at the end
2022-07-19 05:19:00 【dafeng2773】
Problem description : from PL/SQL Import data to Excel in , It is found that the end of long data automatically becomes 000
Cause analysis : This is a Excel When importing data , The default is normal format , The conventional format is more than 15 If the pure number of bits is at the end, it will automatically become 000, Solved It's also very simple , There are two main ones
terms of settlement :
One 、 from Excel Start with the format of :
First the PL/SQL Data for is exported as .TSV file , Then use Notepad to open , At this time, the data is correct
Then create a new blank Excel file , Press ctrl+A Select all cells , Click the start tab , Select “ routine ” Of “ Text ”

Last , Copy and paste the data in Notepad to get the correct data , Very simple
Two 、 Start with the data format : You can splice a character on pure digital data in the database , Then import Excel in , In this way, the data will be displayed normally
Splice a colon in front of the data (')

Add single quotation marks to the query results :
select '''' || to_char('aaa') || '''' from dual;--'aaa'Related links :
边栏推荐
- 基于PaddleOCR解决文本检测训练模型与inference模型预测效果不一致的问题
- 硬核结构体,暴力解读
- Get the multi-functional version of the maximum and minimum values of the internal values of the objects in the array and the full version of the roll call system, and show the effect
- es6新增-let和const (var的缺点&let及const)
- B域,M域,O域具体是指什么
- The first smart contract program faucet sol
- es6新增-数组部分
- 第一个智能合约程序Faucet.sol
- 小程序云开发 上传图片到云存储
- es6新增-数组/对象的解构赋值
猜你喜欢

第一个智能合约程序Faucet.sol

Addition and removal of cesium geojson data

Wechat applet obtains the week, morning, noon and evening of month, year and day

CityEngine 三维管道建模教程

Wechat applet cloud development and use method-1

Excel导入长数据末尾变000

es6新增-数组/对象的解构赋值

Nacos配置管理

微信小程序 学习笔记

【LeetCode——编程能力入门第一天】基本数据类型[在区间范围内统计奇数数目/去掉最低工资和最高工资后的工资平均值)
随机推荐
使用Echars实现水滴状、环形图、分割图、堆叠、组织架构图、地图轮廓等图表
JS native object plus attributes
Excel template export of easypoi
【C语言—零基础_学习_复习_第五课】基本运算符的运算性质
computed和watch的区别
Wechat applet obtains the week, morning, noon and evening of month, year and day
Wechat applet cloud development and use method-1
Markdown notes and related shortcut keys of typora
Pat class B 1002: write this number
2.6.2 内存泄漏
SQL注入
实习项目1-个性化主页配置
vlookup函数的使用方法及实例
Submit the uniapp form (input, radio, picker) to get the parameter value
Continue from the previous issue: the remaining two methods of the rotation chart
B域,M域,O域具体是指什么
Es6 真实案例解构(多维数组对象)全新案例:
(elaborate) ES6 remaining parameters, ES6 built-in objects, template string content (detailed example Dictionary) and practical cases of flexible use of the project
MySQL optimization
web3js开发技术