I haven't seen LIMIT before and I think that's what it's complaining about.

Yours truly,

Glenn Gundermann
Email: glenn.gundermann@xxxxxxxxx
Work: (416) 675-9200 ext. 89224
Cell: (416) 317-3144

P

On 21 May 2015 at 18:57, Hoteltravelfundotcom <hoteltravelfun@xxxxxxxxx>
wrote:

I have to make one change to what was done previously. If there are no
'001' rows for the order
then we only want the earliest code.

But this union here is giving an error: SQL0104 - Token LIMIT was not
valid. Valid tokens: ) FETCH ORDER UNION EXCEPT.

CREATE VIEW rklib.clspaytp AS
Select *
from rklib.clspaytpp
where ottrnc='001'
union

select *
from
(
select *
from rklib.clspaytpp
where ottrnc != '001'
limit 1
) x



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