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



IBM really despises cross system joins and anything cross system like that. All ideas to remedy that are rejected.

You have to do this in 2 steps:
create table qtemp.remote_bs as (
select * from gdihq.qsys2.user_info)
with data;

select s.authorization_name, s.previous_signon, g.authorization_name, g.previous_signon
from qsys2.user_info s
full outer join remote_bs g
on s.authorization_name = g.authorization_name;

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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

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.