Please help in SQL2000
I have a table called dbo.DataFile which has 31 fields...I need to extract data from this table then create a new table under two conditions:
1. I only need to extract the data if the data from DF_SC_Case_Nbr field doesn't start with '0000%'
2. I need to merge [DF_SC_Case_Nbr] & [DF_SC_Def_Nbr] then call it DF_Combo_SC_Nbr (and keep the rest of the columns in tact), so the new table will now have 32 columns
Can somebody please help with the codes???..thanks.
