Dear Friend this is the query i m trying to run on sql server 2005.insert into my_Temp_Table(item_code,rm_code,type_of_mat)select RM_MC_Polish_Cost_of_ITems.Item_code,RM_MC_Polish_Cost_of_ITems.rm_code,RM_MC_Polish_Cost_of_ITems.Type_of_Materialfrom rM_MC_Polish_Cost_of_ITems,Temp_Costing_parameterswhere Temp_Costing_parameters.RM_code=RM_MC_Polish_Cost_of_ITems.item_codeand Temp_Costing_parameters.type_of_mat like'Sub%'
The temp_Costing_paremeters.rm_code is equal to RM_MC_Polish_Cost_of_ITems.item_code but still it is not inserting any record in the new table. what could be the reason for this.thanks in advanceShivpreet2k1