Nested Select statements - TechRepublic
Question
November 19, 2007 at 12:38 PM
skuebler

Nested Select statements

by skuebler . Updated 17 years, 3 months ago

Has anyone ever used a statement like this:
Select column1, column 2, (select columnA from table2) from table1 where….?

This is contrary to anything I have ever seen in SQL (especially ANSI/ISO SQL), and I would appreciate your comments. Thanks
SK

This discussion is locked

All Comments