select table1.blah, table3.blah
FROM table1
inner join table2 on table1.column = table2.column
inner join table3 on table2.column = table3.column
preferably using pk/fk relationships for "column".
Scott Klein
Author - Professional SQL Server 2005 XML
http://www.wrox.com/WileyCDA/WroxTit...764597922.html