When I run a query like:
SELECT * FROM CAR;
the results appear but each row wraps to several lines.
How can I stop this wrapping so
This is probably to do with the wrap of the text. I have completed this with my tables and it works:
SQL> set wrap off;