queue select

2006-07-10 Thread Vittorio Zuccalà
Hello, i've two tables and they have the same field. I'd like to make a select which take records in a table and after it shows record in the other table in the same field... I try to explain: Table1 FieldA - FieldB AAA123 - Cellular BBB111 - PostIt Table2 FieldA - FieldH AAB111 - Dido BGF145 -

RE: queue select

2006-07-10 Thread Addison, Mark
From: Vittorio Zuccalà Sent: 10 July 2006 14:26 Hello, i've two tables and they have the same field. I'd like to make a select which take records in a table and after it shows record in the other table in the same field... I try to explain: Table1 FieldA - FieldB AAA123 - Cellular

Re: queue select

2006-07-10 Thread Joerg Bruehe
Hi! Vittorio Zuccalà wrote: Hello, i've two tables and they have the same field. I'd like to make a select which take records in a table and after it shows record in the other table Read here: http://dev.mysql.com/doc/refman/5.0/en/union.html in the same field... It cannot be the same,