×
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.
But can't you create MYFILE view as
WITH T1 AS (SELECT...)
and then update MYFILE ?
________________________________
From: midrange-l-bounces@xxxxxxxxxxxx on behalf of Joe Pluta
Sent: Tue 09/02/2010 21:22
To: Midrange Systems Technical Discussion
Subject: Re: Can I do this in SQL? How?
Luis Rodriguez wrote:
Chuck,
Thanks for the explanation. I'm afraid I confused the view created with the
CTE itself.
Right. What I really would like is the following syntax to work:
WITH T1 AS (SELECT ...)
UPDATE MYFILE
I don't want to update the temporary table, but I want to use the
temporary table to select which records to update in MYFILE, or which
values to use. I wish I wish I wish...
Joe
--
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.