Anybody know how this works out?
INSERT INTO `MyDatabase` VALUES (1, '3454', 'nneqinexdtdthkdse');
The answer = Aardvark
Its from a course a friends doing where It gets to inserted into mySQL database, 1 being the ID. Not sure what the other values will be but the text should then be scripted to = Aardvark.
Anyone know whats going on?
Cheers
M
INSERT INTO `MyDatabase` VALUES (1, '3454', 'nneqinexdtdthkdse');
The answer = Aardvark
Its from a course a friends doing where It gets to inserted into mySQL database, 1 being the ID. Not sure what the other values will be but the text should then be scripted to = Aardvark.
Anyone know whats going on?
Cheers
M
Last edited: