Our erp has a table and the name is STOPLIST. When I try to insert records I get an error. Msg 156, Level 15, State 1, Line 1 Incorrect syntax near the keyword 'STOPLIST'. I think it's a reserved word. So, how do I insert to that?
INSERT INTO STOPLIST(PEOPLE_ID,STOP_REASON,STOP_DATE,CLEARED,CLEARED_DATE,COMMENTS,CREATE_DATE,CREATE_TIME,CREATE_OPID,CREATE_TERMINAL)
VALUES
('000092434','RGSA','2016-06-29 00:00:00.000','Y','2016-07-11 00:00:00.000',NULL,'2016-06-29 00:00:00.000','1900-01-01 11:12:05.227','LBARANJI',1)