I keep getting a syntax error when I add a comma between rows SQL view on access INSERT INTO GG_Service (ServiceID, Serv

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

I keep getting a syntax error when I add a comma between rows SQL view on access INSERT INTO GG_Service (ServiceID, Serv

Post by answerhappygod »

I keep getting a syntax error when I add a comma between rows
SQL view on access
INSERT INTO GG_Service (ServiceID, ServiceDescription,
PricePerHour)
Values
(
('1', 'Prune Tree', '40') , <---- that
comma is highlighted for a syntax error when removed it says that
it is required
('2', 'Trim medium Tree', '60') );
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply