I wanna Query two different tables , I wanna query 5 column from table_1 and query 3 column from table_2 I tried Union All, but i get an error msg "The used SELECT statements have a different number of columns" any ideas ? Thanks