×
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.
Very nice - view is usable in an F-spec but would have no ordering - so embedded SQL to the rescue - order by any other field would be possible, probably.
----- Original Message -----
You could create the index over the table using the date then create a view
over the table with the date selection. If I recall correctly the view
would utilize the index to select the correct data.
CREATE INDEX ATABLEI1 ON ATABLE (DATE_FIELD)
CREATE VIEW ATABLEV1 ON ATABLE
WHERE DATE_FIELD >= (CURRENT DATE - 1 YEARS)
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.