What do you expect? There's only one column in your output, the column name is automatically created and the optimizer tends to add a lot of brackets.
If you want the fieldnames you have to write another comma-delimited string consisting if all the column names.
Better get rid of the title by adding (TITLE '') to the calculation.
What do you expect? There's only one column in your output, the column name is automatically created and the optimizer tends to add a lot of brackets.
If you want the fieldnames you have to write another comma-delimited string consisting if all the column names.
Better get rid of the title by adding (TITLE '') to the calculation.
Dieter