am using this query
INSERT INTO coll_batch (cb_agent_code, cb_tot_records, cb_tot_amt) SELECT (CODE, RECORD, TOTAL)FROM thead"
but " Incorrect syntax near ',' "
how to avoid this
am using this query
INSERT INTO coll_batch (cb_agent_code, cb_tot_records, cb_tot_amt) SELECT (CODE, RECORD, TOTAL)FROM thead"
but " Incorrect syntax near ',' "
how to avoid this