select 'Quest'||chr(9)||'Support' name from dual
Exporting dataset using INSERT statement results in:
Insert into DUAL
(NAME)
Values
('Quest Support');
i.e. it replaces the tab with spaces. This is currently controlled by option:
View | Toad Options | Editor | Tabs | Mode - 'Use Spaces'
Want 'data export' to maintain tabs in INSERT statements regardless of the Editor option.