I am extracting data from oracle table to a text file and i see in the field3, i am getting null byte at the end of the field3 eg., SV^@. I am expecting only SV but ^@ is getting appended. Trim function doesnt seems to help.
Select field1,field2,trim(field3),field4
from table1
**Sample Data:**
```none
898698797,20205,SV^@,0119
898698797,20445,SV^@,0181
898698797,20775,SV^@,0141
898698797,20277,SV^@,0115