×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) 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

This thread ...

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.