Query in Excel without heading - Oracle

醉酒当歌 提交于 2019-12-02 21:56:55

问题


Is it possible to export data into an excel sheet without the heading?

I know SET HEAD OFF works in SQL Developer example: SET HEAD OFF select count (customers) from cust;

but how do I get the data without the heading in Excel if I am using the Microsoft Query wizard and ODBC?


回答1:


Assuming excel 2010.

After importing data, select table. On ribbon chose Design and clear Header Row field.



来源:https://stackoverflow.com/questions/19277683/query-in-excel-without-heading-oracle

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!