I am trying to run a query on a Sybase dB with the results being written to a file. I want to be able to import this file into Excel. Does anyone know how to have SQL insert a fixed character (comma, semi colon, tab, etc) between each output column?
You may use "isql" with the "-s" option. The "-s" option defines the column separator. Use tab character as a column separator.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.