Exporting a dataset from a grid with values that contain tabs results in the insert statement value containing two spaces where the tab should be. e.g.
select 'Quest'||chr(9)||'Support' name from dual
Exporting dataset using INSERT statement results in spaces replacing the tab:
Insert into DUAL
(NAME)
Values
('Quest Support');
The expected result is that the tab character is retained in the data.
Vous devez être connecté et disposer d'un contrat de maintenance en cours pour afficher les articles de la base de connaissances avancés.
© ALL RIGHTS RESERVED. Conditions d’utilisation Confidentialité Cookie Preference Center