Comments
4 comments
-
Hi there,
The Products table *is* suggested, along with the other tables you have defined in the database. SQL Prompt does not force you to JOIN only to tables where a foreign key relationship exists since this would be far too restrictive for many users.
Hope that helps.
Thanks,
Bart -
Okay, I badly phrased it.
I confirm that it is suggested somewhere in the list.
Can you confirm that it is not on top? I would expect if you type in join that the foreign tables are n1 candidates and so are on top.
Thanks,
Tom -
That's correct, it won't be at the top.
Thanks,
Bart -
Hmz this is a showstoper for me. Put it on the top pls
Add comment
Please sign in to leave a comment.
I am using the northwind database.
When I type
SELECT * FROM Categories INNER JOIN
I expect that the Product table is suggested.
Is this normal?