Hello Stefan,

I don't know if it works but gives this a try:

    <sql:query>
        select a.name as aName, a.id as aID, b.id as bID, b.name as bName
            from a, b
            where a.b_id = b.id
    </sql:query>

Bye,
Florian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to