Page 1 of 1

How to create a table similar to the output of a query?

PostPosted: Tue Apr 08, 2008 6:50 am
by nitinsharma_1212
Hi All

How we can create a table similar to the output of query?

Suppose we want to create a table TAB1
and I have a query like

Select * from Table2

Can I write a query like

CREATE TABLE TAB1 AS
SELECT *
FROM Table2

Re: How to create a table similar to the output of a query?

PostPosted: Tue Apr 08, 2008 8:38 am
by dick scherrer