Hi
Toad 12.7.0.121 x64,
Column name is taking SQL commented line as column name#
Brg
Damir
Oracle creates the column names in the query result, not Toad. Same thing happens in SQL*Plus. So this is an Oracle bug.
It’s interesting though, in my first attempt to reproduce the problem, I couldn’t reproduce it.
This was the query I tried first:
select table_name
– , “name”
from user_tables;
John,
You are right…sorry haven’t thought that this could still happened in SQL*Plus…
Brg
Damir