Loading...
In this demonstration I will show you how simple it is to create a sql database, then a table and also use the insert statement to insert data into...
billaking • 67,692 views
@Bioh4zardGaming : This should work
insert into [TIMECLOCK] ([name],[date])
values('1','12/12/2012')
@Bioh4zardGaming : This should work
insert into [TIMECLOCK] ([name],[date])
values('1','12/12/2012')