| |||||||||||||||||||||||||||||||
|
> > I'm using an SQL backend where I have a table for system users such as > postmaster and root that point to remote addresses and a table for my > Maildir users. I'm sorry I don't have the proper table terminology > (I'm temporarily locked out of my system) but the way I read your > comment my additions should be made to the same table and that doesn't > seem possible with my setup. > > multiple tables can be joined to form a single table in multiple ways. for example: query = select target from db1.table1, db2.table2, .... where .... you can also use CASE WHEN... and other statements if you only want to do some queries in some cases.
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com