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



IMHO, there is no reason to mix technologies. If you are going to use SQL, then you should use tables, views and indexes, not PF and LF. Tables are essentially the same as PF (mostly), but there is not really a direct correlation between LF and either indexes or views. Yes IBM has added some extensions to make it easier for holdouts to use SQL to do exactly what you can do in DDS, but what is the point? Use SQL as it was designed to be used. DML should reference only Tables and Views, with Indexes created to improve performance. There should be no LF references at all in your DML, it is unnecessary, and in some ways counterintuitive. For example, using a LF in a select will not cause the SQL to return records based on the LF sort sequence! The only way to guarantee a given sort sequence on a select is to put in an order by. The optimizer will still select the best access path based on the DML, and it might or might not be the LF that you specified.

Mark Murphy
STAR BASE Consulting, Inc.
mmurphy@xxxxxxxxxxxxxxx


-----Crystal Reports <crystalcleardecisions@xxxxxxxxx> wrote: -----
To: "midrange-l@xxxxxxxxxxxx" <midrange-l@xxxxxxxxxxxx>
From: Crystal Reports <crystalcleardecisions@xxxxxxxxx>
Date: 05/29/2013 07:39PM
Subject: Views and Inner join

Can you do an inner join on Views? Also it seems you cannot use a Logical in Views.

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.