Re: Newbie - How To Link Two Databases

2003-02-22 Thread Diver8
> WHERE P.Description = '' > > Or similarly, if you have the Address, and you want > to show the Parcel > Description: > > SELECT P.Description, B.Address > FROM Parcels as P > INNER JOIN Buildings a B > ON P.dxf = B.dxf > WHERE B.Add

Re: Newbie - How To Link Two Databases

2003-02-22 Thread Tore Bostrup
EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 7:17 PM Subject: Newbie - How To Link Two Databases > Hi - > > I am new to MySQL & SQL in general. I have been > reading the documentation at www.mysql.com, but I've > become quite confused.

Newbie - How To Link Two Databases

2003-02-22 Thread Diver8
Hi - I am new to MySQL & SQL in general. I have been reading the documentation at www.mysql.com, but I've become quite confused. I hope that one of you can clear up a few issues for me. I have a database called "parcel". The primary key in this database is called "dxf", which contains a unique