ora-00923 in the query builder

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
 
This seems to work just fine when I try it. Did you modify the query in the Query Builder before you parsed it?

------------------
Marco Kalter
Allround Automations
 
That does indeed reproduce the problem. We'll fix it.

------------------
Marco Kalter
Allround Automations
 
Back
Top