×
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.
On 05 Jun 2013 09:01, Needles,Stephen J wrote:
DRAT!! It was worth a try. Thanks all.
If anyone comes up with a solution, please advise!!
CREATE TABLE /* as Materialized Query Table (MQT) */ or DECLARE
GLOBAL TEMPORARY TABLE can be used to create a /temporary/ table [as a
more costly permanent object vs the true-temporary CTE] if the effect of
a temporary copy of the [ordered] data has some specific value for other
work [outside the scope of the query that might otherwise want to define
its temporary table as a CTE].
Or if the goal was to use the VIEW in RLA vs an SQL SELECT query,
then besides either of the above, one of the following might be useful:
- use a DDS LF with Select\Omit logic [optionally DYNSLT]
- use CREATE INDEX with a WHERE clause
- use OPNQRYF on the VIEW with a KEYFLD() specification, and share
that ODP with the RLA program
As an Amazon Associate we earn from qualifying purchases.
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.