How do I specify a tab delimiter in sql plus.
Like if I want pipe delimiter it is
SET COLSEP '|'
Similarly I want to tab delimit.
Printable View
How do I specify a tab delimiter in sql plus.
Like if I want pipe delimiter it is
SET COLSEP '|'
Similarly I want to tab delimit.
set colsep " "
just enter a tab between the quotes