How can we help you today? How can we help you today?

Join candidate not showing up

Hi,

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?
buckley
0

Comments

4 comments

  • Bart Read
    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
    Bart Read
    0
  • buckley
    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
    buckley
    0
  • Bart Read
    That's correct, it won't be at the top.
    Thanks,
    Bart
    Bart Read
    0
  • buckley
    Hmz this is a showstoper for me. Put it on the top pls
    buckley
    0

Add comment

Please sign in to leave a comment.