Subject | Re: [firebird-support] How create Table from View? |
---|---|
Author | Nick Upson |
Post date | 2005-01-13T15:06:26Z |
In article <5d8aafc5aead289ea84b5eb12469e224@...>, Pavel Hrube¹
wrote:
I suspect you need
insert into newtables select * from oldview
which will only work if the fields in both are valid and in the same order
--
Nick
-----We Solve your Computer Problems---
Founder & Listowner of the Prolifics User Group
Panther, Ingres, UNIX, Interbase, Firebird - Available Shortly
wrote:
> Select * into NewTable From OldViewWhat errors do you get, just "doesnt work" gives people little to work on.
>
> in Firebird doesnt work.
I suspect you need
insert into newtables select * from oldview
which will only work if the fields in both are valid and in the same order
--
Nick
-----We Solve your Computer Problems---
Founder & Listowner of the Prolifics User Group
Panther, Ingres, UNIX, Interbase, Firebird - Available Shortly