Re: Hello I am new to the list..

2002-07-22 Thread Francisco Reinaldo
Hi, Mailing list: http://lists.mysql.com/ Joining three tables could be something like this. Select * from t1 INNER JOIN t2 ON t1.id = t2.id INNER JOIN t3 ON t2.id = t3.id I highly recomend you to read some basic SQL books before you carry on with your project. Trial and error is not always

Re: Hello I am new to the list..

2002-07-21 Thread Benjamin Pflugmann
Hi. On Sat 2002-07-20 at 22:23:06 -0700, [EMAIL PROTECTED] wrote: And could not find where or if they have archives of the list for my to search though so I guess I will ask my question. Some searchable archives can be found here: http://www.mysql.com/documentation/searchlists.html I was