On 11-10-2005 14:57, Alan wrote:
Hi,
I'm in the process of writing a module and was wondering if it was possible to
perform SQL JOINS with the db query method?
No, but you can use raw_query function instead (it would make your module
rely on one database unless you use standard SQL query).
Jan.