|
Yes, you're trying the impossible :)
Can you modify the client so it calls your new UDF instead?
Elvis
Celebrating 11-Years of SQL Performance Excellence on IBM i5/OS and OS/400
www.centerfieldtechnology.com
-----Original Message-----
Subject: Re: UDF for row_number() over()
OK! I created a row_number() function that will work (thanks to the archives and Alan Campin). The wrinkle here is that the SQL client application is passing "row_number() over()" to the System i (at V5R3M0). I don't think that it can accept 2 functions in a row without a comma separating them. That is, row_number() over() won't work on V5R3M0 even if I build UDF's to accommodate them [The error is: Token ( was not valid. Valid tokens: , FROM INTO.] BUT row_number(), over() would work.
IOW, I am trying to allow the V5R3M0 box accept the row_number() over() syntax using UDF's so that I can run the same statement on both a V5R4M0 box that supports row_number() over() natively and V5R3M0 which doesn't.
Am I trying to do the impossible?
Pete Helgren
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.