5 messages in com.mysql.lists.javaRe: Relations
FromSent OnAttachments
NUMASS13 Feb 2001 03:51 
Charles Sabourdin13 Feb 2001 05:09 
Konstantinos I. Karnezis13 Feb 2001 06:00 
Andras Balogh13 Feb 2001 06:14 
Gwyn Evans13 Feb 2001 07:15 
Subject:Re: Relations
From:Charles Sabourdin (zouy@yahoo.com)
Date:02/13/2001 05:09:28 AM
List:com.mysql.lists.java

You can make Right Join(tableKey=tableForeignKey), Left Join (tableKey=tableForeignKey) , or simply (tableKey=tableForeignKey). I never remember if leftJoin is in one or two words.

good luck ;) --- NUMASS <num@epu.ntua.gr> wrote:

Hello, How can I make a connection (relation) between two tables in mysql? Using join? Can anyone tell me how can I do it, or give me some link that explains it?

Thank you