Extract the table data in Fixed width file
Hi All,
I would like to extract the table data in fixed width file. I have tried to extract from Toad but it didn't work.
My requirment is the below
Empno length(1-10) Data type number
Ename length(11-30) Data type String
Deptno length(31-40) Data type Number
I have tried using RPAD and it didn't work.
Appreciate your help on this.
Thanks,