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

JOINs: Need a table list

Type:
select *
FROM [Sales].[SalesOrderDetail] AS sod
join

Hit space. Result: List of columns from SalesOrderDetail. Expected: List of tables.

Update: Once again, this behavior is dependant on whether there are columns in the SELECT list. And once again, that's behavior that just doesn't make sense; I often work with the FROM/JOIN/WHERE clauses before going back to fill in the SELECT list (after all, that's the logical order that SQL works in).
amachanic
0

Comments

1 comment

  • Lionel
    Thanks again for the feeback. This is a bug and I have put it into our bug tracking system.

    Lionel
    Lionel
    0

Add comment

Please sign in to leave a comment.