Hi all,
I would ask for your help in the following:
One of the columns in a table have a special character in its name:
(simplified)
SELECT AFO-NEXT FROM DB2ADMIN.LOGISTIK
The query is working for all other columns, but this one. The query is working with Select *, but I cannot access specifically this column.
I tried googling for special escape characters or such, but couldnt find anything.
Someone please help me out, how can I make the above query running?
On execution I get the SQL0206N error, I could not find any workaround for the '-' character.
Thanks in advance !