Posted by John Rivers on 01/06/07 22:37
create from dbo.fromExample as from dbo.Customers c join dbo.Invoices i on c.CustomerID = i.CustomerID now you can use it as follows: select c.CustomerID, i.InvoiceNo from dbo.fromExample I find I reuse FROM clauses alot and reusing a "base query" requires writing a very large and cumbersome select clause
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming