INSERT INTO `arcade_games` VALUES (96, 'tetris', 'Tetris', 'A classic puzzle game that will keep you entertained for hours.', 'tetris.swf', 382, 380, 'tetris2.gif', 'tetris1.gif', 7, 3, 23221.000, '', 1, 0, 0, 0, 9, 2, 7, 0, 0, 0, 0, 0, 0, NULL);
Part of SQL in the SQL script i got with the games
INSERT INTO arcade_games VALUES ('222', 'penguin2.gif', 'Whack the penguin as hard as you can!\'', '0', '0', '0', 'Penguin Bashing', 'penguin.swf', 'penguin', '3', '550', '380', '10', '0', '1');
but i get this error
SQL query:
INSERT INTO arcade_games
VALUES (
'222', 'penguin2.gif', 'Whack the penguin as hard as you can!\'', '0', '0', '0', 'Penguin Bashing', 'penguin.swf', 'penguin', '3', '550', '380', '10', '0', '1'
);
MySQL said: Documentation
#1146 - Table 'username_special.arcade_games' doesn't exist
Can anybody help here, and let me know wha ti have to do?
I have never done sql editing before - i have done a little php and html but not sql so if you could help, i'd really appreciate it
Bookmarks