Hi Tomas,
I'm using SQL Workbench/J build 132.5 with openjdk version "25.0.2" (64 bit) in Ubuntu 25.10.
With Oracle I can set a particular column title with char ".
But if I use, inside quote, the char < the title disappear.
E.g.: select dummy "<aaa" from DUAL
I need to set the title as "<xx-XX>Yyyy" or similar and then export it with WbExport.
Can you please check it?
Thank you very much, best regards
Enrico.-
Column title with <
Re: Column title with <
The generated file from WbExport won't have that problem.
The problem only occurs in the UI when the name is displayed, because the column header is styled using HTML.
Internally the correct name is used, even when you use "Save Data As" to write this into a text file, the column name will be correct.
The problem only occurs in the UI when the name is displayed, because the column header is styled using HTML.
Internally the correct name is used, even when you use "Save Data As" to write this into a text file, the column name will be correct.