Hi Dev,

no, disappointingly enough, that doesn't work. I tried that having no luck.

2007/2/22, Dev at weitling <[EMAIL PROTECTED]>:
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]



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

Reply via email to