Hi,
I was converting some of the Procedures in a Oracle Package (written by someone whom I do not know ) to SQL Server Stored Procedures , I came across the following syntax..
SELECT first_name
FROM
(Select Field1,Field2,Field3 from Table1)
I am wondering if something like this is supported in SQL Server wherein we can supply the table names in the From Clause from an output of a SELECT STATEMENT?
Thanks
Prasad Bhogadi
www.inforaise.com