Jean-Paul Finne
Member²
In a sql window I have the following code:
select * from dept t
I open the query builder and parse the command (with the red V button).
I get an error ora-00923.
I think it is time to implement this enhancement request: add automatically "t." in the sql select like in :
select t.* from dept t
Greetings,
Jean-Paul
select * from dept t
I open the query builder and parse the command (with the red V button).
I get an error ora-00923.
I think it is time to implement this enhancement request: add automatically "t." in the sql select like in :
select t.* from dept t
Greetings,
Jean-Paul