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

Problem with subqueries

Type this (in AW):


SELECT
(SELECT FROM person.[AddressType] q) from
[HumanResources].Employee


... Now, go to the inner SELECT list, and type "q." ... and you should get a column list from person.AddressType listed first, then a column list from HumanResources.Employee, then every other table ... instead, I'm seeing a column list from HumanResources.Employee first, and the columns from AddressType are all mixed in with every other table in the DB.
amachanic
0

Comments

1 comment

  • Tilman
    Hi,

    Thanks for reporting this issue. I've added it to our list.

    Regards,

    Tilman
    Tilman
    0

Add comment

Please sign in to leave a comment.