× 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.



Yes when using WITH NO DATA, the default is ON REPLACE PRESERVE ALL ROWS.

Which worked for what you wanted.

But for anybody (like me) trying to use WITH DATA, you need ON REPLACE
DELETE ROWS.

Charles


On Wed, Mar 16, 2016 at 1:23 AM, Birgitta Hauser <Hauser@xxxxxxxxxxxxxxx>
wrote:

No! It worked fine for what I wanted.
I wanted to preserve the data, after I changed my reference file and rerun
the CREATE OR REPLACE Table statement.

Mit freundlichen Grüßen / Best regards

Birgitta Hauser

"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"

-----Ursprüngliche Nachricht-----
Von: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] Im Auftrag von
Charles Wilt
Gesendet: Tuesday, 15.3 2016 21:36
An: Midrange Systems Technical Discussion
Betreff: Re: SQL DDL

You actually need one more clause there if you want to use WITH DATA

ON REPLACE DELETE ROWS

Charles





On Mon, Mar 14, 2016 at 10:12 AM, Birgitta Hauser <Hauser@xxxxxxxxxxxxxxx>
wrote:

With Release 7.2 TR2 we got the CREATE OR REPLACE feature.

Example:
Create or Replace Table YourSchema/YourTable
(ColumnId,
Column_Customer_No For CustNo,
Column_Name_Long_1 For Name1,
Column_Name_Long_2 For Name2,
Column_Name_Long_3 For Name3,,
Contact,
Country,
Street,
PostBox,
ZipCode,
City)
as (Select Id, CustNo, Name, Name, Name, Name,
Country, Street, ZipCode, ZipCode, City
From Schema/YourRefFile)
INCLUDING Identity Column attributes
With No Data;;

If your reference file get modified or, just rerun the CREATE or
REPLACE Table Statement.
If you want to add and additional column, just put it in the SQL
Script and rerun the CREATE OR REPLACE table statement.

Mit freundlichen Grüßen / Best regards

Birgitta Hauser

"Shoot for the moon, even if you miss, you'll land among the stars."
(Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training
them and keeping them!"

-----Ursprüngliche Nachricht-----
Von: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] Im Auftrag
von Gad Miron
Gesendet: Monday, 14.3 2016 11:57
An: midrange-l@xxxxxxxxxxxx
Betreff: SQL DDL

Hello SQL-ians

When considering defining files/tables using SQL instead of DDS I was
asked whether SQL has the DDS REF File feature - REF(LIB/FILE)

Is there?

TIA
Gad
--
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.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

--
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.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

--
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.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

--
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.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.