On Dec 7, 2007 11:04 AM, Malte Jansen <mail at maltejansen.de> wrote: > Hi, > > Here is a small example: > > SELECT a.title, b.xyz > FROM table1 a, table2 b > WHERE a.id = b.table1_id Ah, OK. I also thought about a solution like this.. I'll try. Thanks Malte! Moreno