是不是这样:
Select * into PJ_TEMP 
from PJ_Temp1 //我应该从四个表中取数据,不是从PJ_Temp1中取.
Union all
Select * from PJ_Temp2
Union all
Select * from PJ_Temp3
Union all
Select * from PJ_Temp4
Union all
Select * from PJ_Temp5