Hello,
Though I have read the the docs over and over, I cannot determine how to place more than one COL\FORMAT command on one line in a standard .sql script to be run from SQLPlus.
COL emp FORMAT a20
COL location FORMAT a10[/color blue]
Using a semi-colon between entries does not work.
COL emp FORMAT a20;COL location FORMAT a10[/color red]
What can you recommend?
Thanks,
JT
Though I have read the the docs over and over, I cannot determine how to place more than one COL\FORMAT command on one line in a standard .sql script to be run from SQLPlus.
COL emp FORMAT a20
COL location FORMAT a10[/color blue]
Using a semi-colon between entries does not work.
COL emp FORMAT a20;COL location FORMAT a10[/color red]
What can you recommend?
Thanks,
JT