Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在不截断值的情况下将整个查询结果导出为 xls 格式(标题完好无损)。
例如
当实际值假设为 276408428673508271 时,该值向上舍入到276408428673510000
使用这种方法
通过单击网格中的“Ctrl+A”选择数据后,使用“Ctrl+Shift+C”复制带有 Header 的数据。将数据粘贴到 MS Excel 后,尝试将“格式”更改为数字或文本。您一定知道“格式化单元格”可作为 MS Excel 中的右键单击选项使用。
我的解决方案是使用 LPAD 或 RPAD 函数,你给出你想要的确切长度,当你导出数据时,这些不会四舍五入。