[PHP-DB] is it a Many-to-Many relationship ???

2001-11-13 Thread Carlo Loiudice
Ok, pardon: Table1: ID,weight,m_weight,height,m_height Table2: ID,measure_name This is the question: I've to build a query that gives me with a single select, two rows of the table2. If you can, please give me some hints about this problem: store data with relatives measure units, and a way to

[PHP-DB] is it a Many-to-Many relationship ???

2001-11-12 Thread Carlo Loiudice
HI again. I'm doing this: I'm a table where there are 4 fields like this: height,measure height,weight, measure weight. Then a 2nd table, where I've all measures defibed. How can I select 2 different rows from the 2nd (measures) table related to 1 entry in the 1st table with a single select

RE: [PHP-DB] is it a Many-to-Many relationship ???

2001-11-12 Thread Rick Emery
show us your table structure. which fields do you want to select on in both tables -Original Message- From: Carlo Loiudice [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 1:15 PM To: PHP DB Subject: [PHP-DB] is it a Many-to-Many relationship ??? HI again. I'm doing this: I'm