export result into excel sheet from teradata sql assistant

家住魔仙堡 提交于 2019-12-08 05:27:17

问题


I want to export the results into excel sheet by running the query in Teradata SQL Assistant. I used copy paste but it didnt work Thanks in advance.


回答1:


If you return the answers to SQL Assistant you should be able to select Save Answerset from the File menu. You will then have the option to save it as a proper Excel file format.

If you export the answers to a flat file directly the delimited text file can in turn be opened with ease in Excel and then saved as a proper Excel file format (XLS, XLSX, etc.)




回答2:


Select the whole excel worksheet you will paste into and set the number format to 'text'.

Now you can safely copy the data from the teradata sql assistant's query results and paste them into the spreadsheet.



来源:https://stackoverflow.com/questions/26517922/export-result-into-excel-sheet-from-teradata-sql-assistant

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