@johann, have you tried MyDAL to connect and follow the how to?
https://github.com/adesst/web2py

On Thursday, April 5, 2012 1:46:48 PM UTC+7, Johann Spies wrote:
>
>
>
> 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
>

Reply via email to