SELECT * FROM <sourcetable> INTO <newtable>
- From: "OptionJ" <Option.J.Upton@xxxxxxxxx>
- Date: 30 Mar 2006 23:37:01 -0800
I am told by my coworkers that Informix does not allow one to create
permanent tables on the fly by using code as in my subject, only in to
temp tables. The only way to put data in to permanent tables is to
create a table first, and then INSERT INTO.
Is this a limitation of Informix or is this perhaps something set up by
our admins? I believe that we are using version 7.1.
I've most recently been using MS SQL Server, where the above was
allowed.
It isn't a huge issue, but it has caused some trouble when we've been
developing with others and need to share information quickly.
Thanks,
Option J Upton
.
- Follow-Ups:
- Re: SELECT * FROM <sourcetable> INTO <newtable>
- From: Doug Lawry
- Re: SELECT * FROM <sourcetable> INTO <newtable>
- From: Superboer
- Re: SELECT * FROM <sourcetable> INTO <newtable>
- Prev by Date: Stored Procedures Limitation
- Next by Date: Re: Hardware Comparison between SUN E6900 and IBM P570
- Previous by thread: Stored Procedures Limitation
- Next by thread: Re: SELECT * FROM <sourcetable> INTO <newtable>
- Index(es):