ORA-00917: missing comma. HELP!!!!!!!!!!!!!!!!!!!!!!!!
980595Dec 18 2012 — edited Dec 18 2012Hi, I am trying to insert data into a table which I created but I keep getting the error: missing comma. Could you please take a look at my coding and tell me where I have missed the comma.
INSERT INTO EMPLOYEE_DATA
(EMPLOYEE_ID, FIRST_NAME, LAST_NAME, DEPARTMENT, SALARY_(£), SALARY_PAIDON)
VALUES
('1', 'David', 'Smith', 'IT', '20,000', '3/11/2012')