I formed a INSERT INTO but it is giving error. I am not being able to capture the error. So please tell me how could I rectify it. Below is my query
INSERT INTO UserRights (UserID,Forms_Name,Controls_Name,IsEnabled)
Select 'allison', Select Forms_Name, Controls_Name, IsEnabled
from UserRights Where UserID='testrole'
1 Answer