×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




Perhaps you should eliminate the like clause.....

with cte1 as
(select
ORDNO, CSTNO, ORDAMT
FROM ccsdtatest.dopordm0
where substr(ORDNO,1,2) = 'CU')
SELECT RANK() OVER (ORDER BY ORDAMT DESC) as NRANK,
ORDNO, CSTNO, ORDAMT from CTE1

Eric

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx]On Behalf Of Ron Adams
Sent: Thursday, December 13, 2007 10:28 AM
To: Midrange Systems Technical Discussion
Subject: Re: RANK/ROWNUMBER - Function not supported for query?


DOPORDM0 is a DDS physical. There are DDS logicals with Select/Omits.
So, I tried using a CTE, but still the same error, " Function not
supported for query"

with cte1 as
(select
ORDNO, CSTNO, ORDAMT
FROM ccsdtatest.dopordm0
where ORDNO like 'CU%')
SELECT RANK() OVER (ORDER BY ORDAMT DESC) as NRANK,
ORDNO, CSTNO, ORDAMT from CTE1

I'm going to assume at this point that I'm missing a few PTFs. I'm a
bit behind on loading these.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 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.