SQL:In-line select statements
From: Martin Hoerchner <Martin_at_mhoerch.demon.co.uk>
Date: Mon, 9 Aug 1999 19:23:42 +0100
Message-ID: <934233961.8206.1.nnrp-14.9e989534_at_news.demon.co.uk>
Oddly enough, I have never found any documentation on the use of in-line select statements (also called in-line views), i.e. the construct
Date: Mon, 9 Aug 1999 19:23:42 +0100
Message-ID: <934233961.8206.1.nnrp-14.9e989534_at_news.demon.co.uk>
Oddly enough, I have never found any documentation on the use of in-line select statements (also called in-line views), i.e. the construct
select a.contact_name,
c.customer_name
from customers c,
(select .. etc etc)
Can anyone recommend a book which it? My main question is, when and why would you use it? What's the advantage?
Any help would be gratefully received.
Martin Hoerchner Received on Mon Aug 09 1999 - 20:23:42 CEST