posted 19 years ago
So run a query that returns to me all values of balance and reps_id.
I then try and do the insert command but it doesnt like my values for my columns.
Examples
Select max(sum), rep from customer;
Insert into tempH values (sum, rep);