×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Your explanation is confusing to me, but
maybe this helps:
insert into alib/fileB
select NewField
from alib/fileA
BUT, I am not sure; maybe what you need to do is an update?
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Dave
Sent: Friday, February 17, 2012 8:34 AM
To: Midrange Systems Technical Discussion
Subject: SQL insert syntax
Hi all,
Having trouble with the syntax of a simple insert.
I want to copy fileA to fileB after fileB has been modified so the first field is a new field. I want to put the same value into each row of the new field.
Something like :
Insert into fileB
Select 'Constant', fileB.* from fileB
Can someone put me right?
Thanks
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.