I have configured a user with INSERT permission for Customers table: GRANT INSERT ON CLIENTS TO userX
executing the query:
return the following notice:
Mens. 102, Level 15, State 1, Line 1 Incorrect syntax near ')'.
(1 affected rows)
In the table the line is inserted correctly, to check that it is not syntax failure when I execute the same query with the user 'sa' is inserted and does not return any error
How can I solve it? ..