Dear list,
I've tried to make a join between 3 base tables in a mb app.
TabA is the main table and TabB & TabC contain a describing tekst to codes i
TabA.

This doesn't work, why:

SELECT TabA.ID, TabB.text, TabC.text
FROM TabA, TabB, TbC
WHERE TabA.code1=TabB.code and TabA.code2=TabC.code
INTO abc


When I use both code tables, I get an error - not when I only use one.
Can anybody help?

TIA

S�ren Breddam



_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to