当前位置:网站首页>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 :
边栏推荐
猜你喜欢

The first smart contract program faucet sol

Web3js development technology

Installation and fast use of Mongo DB stand-alone version

新手学习渗透测试的入门指南

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

Addition and removal of cesium geojson data

小程序云开发表单提交并在页面中获取数据

小程序editor富文本编辑使用及rich-text解析富文本

【LeetCode——编程能力入门第一天】基本数据类型[在区间范围内统计奇数数目/去掉最低工资和最高工资后的工资平均值)

Submit the uniapp form (input, radio, picker) to get the parameter value
随机推荐
父组件加scoped有时也会影响子组件
H5如何获取内网IP和公网IP
Excel template export of easypoi
Mongo DB aggregate operations and indexes
ArcGIS 点云(xyz)数据转DEM
BUUCTF 杂项——二维码
Interface parameters return encapsulated class result
cookie是否有效时间限定?如何设置cookie?手把手教你设置
Wechat applet status bar
【C语言—零基础第八课】循环结构与break continue
Multifunctional (Implementation) encapsulation function
【Es6】利用添加数据,筛选并传输至页面等多项功能实现案例
Use (offset, page) in JS to achieve login effect
vscode终端无法使用解决的办法
es6新增-数组部分
基于PaddleOCR解决文本检测训练模型与inference模型预测效果不一致的问题
uni-app 条件编译#ifdef #endif 兼容多个终端
Wechat applet wx Setclipboarddata copy text
(精讲)Es6 剩余参数,ES6内置对象,模板字符串内容(详例宝典)及灵活运用项目的实战案例
实习项目3-更改所有者