Comments
3 comments
-
just to add to this, if I fully qualify the first table with database and owner, the problem still persists -
Hi there. I've tried but I can't repoduce this bug.
The version you have is 3.5.0.323, the RC. We have just released the final version 3.5.0.333. It has a few fixes in cross DB queries. Try downloading it and seeing if this fixes the problem.
Thanks for the bug report. -
Thanks for the reply.
I've installed 3.5.0.333 and can't reproduce the problem now.
Add comment
Please sign in to leave a comment.
With a query joining across two databases and only one of the tables qualified, the other taking the current database, when the SELECT * of the table in the current database is expanded it results in incorrect syntax:
This: with the cursor to the right of the * and tab pressed, expands to: which is invalid - it's taking the table alias as the schema and the schema as the DB
I tried recaching, but got the same result.
Unfortunately I can't reproduce this in a dummy environment - this works fine: