Hi all! When I attempt to use the Insert into statement I get an Expected: end of statement error and it highlights the Insert into TABLE.
E.G.
INSERT INTO Employees (FirstName,LastName, Title) VALUES ('Harry', 'Washington', 'Trainee');
For some reason this won't work. Anyone know why I might be getting this error. Your help is really appreciated!!! TIA!
E.G.
INSERT INTO Employees (FirstName,LastName, Title) VALUES ('Harry', 'Washington', 'Trainee');
For some reason this won't work. Anyone know why I might be getting this error. Your help is really appreciated!!! TIA!