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