snoopy4801
Registered User.
- Local time
- Today, 15:35
- Joined
- Jun 24, 2009
- Messages
- 18
Ok, so new to SQL, probably a stupid question, but I have a performance database that i need to insert a new row for every employee for the new year and in the column "Fiscal Year" I want it to add 10. (so I would be inserting 850 records total)
The SQL I am using is:
INSERT INTO tbl Performance Tracking ([Fiscal Year]) VALUES ('10');
But it does not seem to be working, i just keep getting syntax errors.
Any Suggestions?
The SQL I am using is:
INSERT INTO tbl Performance Tracking ([Fiscal Year]) VALUES ('10');
But it does not seem to be working, i just keep getting syntax errors.
Any Suggestions?