I have a large table (23 Million Records). A lot of the information contained within is extaneous. I want to cut some columns from the table. Can I a) truncate the columns b) drop the column c) otherwise get rid of these useless columns
I am using SQL 6.5 and require to have the results of my query to appear without column headers and as Tab Delimited.
i realise that I can do this through the 'Query Options' in the menu bar but I need to set this using an SQL statement in the query itself (Similarly to 'set rowcount' or 'set...
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.