Select t1.Number,t1.Price,t1.code,t2.pkg,t3.data from Table1 t1INNER JOIN Table t2 ON t1.code=t2.codeINNER JOIN Table3 t3 ON t3.code=t2.code
Mark This Response as Answer -- Chandu http://www.dotnetfunda.com/images/dnfmvp.gif
Login to post response