Claus Pedersen
Member³
I have a select
Now, when I right-click on the table name in first line and select Query data, PLD generates a select like the following:
which of course gives an error when executing.
I am quite sure, this used to work prior to version 7.1.5.
The context options Properties, Edit data, Test (why is this on the list?) do not work either.
The following menu items do work, though: Describe, View, Edit, Rename, Drop, Browse, Recompile
Code:
SELECT all_objects.owner
FROM all_objects
Code:
select * from sys.all_objects.owner t
I am quite sure, this used to work prior to version 7.1.5.
The context options Properties, Edit data, Test (why is this on the list?) do not work either.
The following menu items do work, though: Describe, View, Edit, Rename, Drop, Browse, Recompile