|
Or you can use that as a CTE, and then go from there, although I'm still a little fuzzy on the next step; I think you'd then have to use a UNION, with 24 JOINs. Joe
From: Vernon Hamberg If you need the year and month in numeric form for joining, you might try this - I am putting them in character form, too. SELECT digits(decimal(year(current date - 24 month), 4)) || digits(decimal(month(current date - 24 month), 2)) month01, digits(decimal(year(current date - 23 month), 4)) || digits(decimal(month(current date - 23 month), 2)) month02,
(...)
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.