On Thursday, 5 April 2012 01:17:48 UTC+2, Massimo Di Pierro wrote: > > Can a query involve tables from different schemas? > > Yes. This query works in Postgresql:
select * from toets.wiesdaar left join public.akb_authors on (surname = van) where surname is not null Regards Johann

