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

All table columns not included in Candidate List

To replicate this one follow the following steps: -
1.) Open Northwind database in Query Analyzer.
2.) Write the following query.
SELECT FROM [Region]
3.) Now try to add the columns RegionID and RegionDescription using "Columns from all tables" list between SELECT and FROM as in the following query
SELECT [Region].[RegionID], [Region].[RegionDescription] FROM [Region]
The fields [Region].[RegionID] and [Region].[RegionDescription] are included in the "All common objects" list but not included in the "Columns from all tables" list.
None of the fields for table Region are included in "Columns from all tables" list.
sangha
0

Comments

1 comment

  • Tilman
    Hi,

    Thanks for reporting this. I was able to reproduce it and have added it to our list of things to fix.

    Regards,

    Tilman
    Tilman
    0

Add comment

Please sign in to leave a comment.