Ch 6 Page 167 (PhpMyAdmin)
Hi, I seem to be having a problem trying to insert the data on page 167 into the table, using the books example. The final code is supposed to look like this:
INSERT INTO
'movie'
('movie_name', 'movie_type', 'movie_year')
VALUES
('Bruce Almighty', '1', '2003')
When I click go button to execute I get this message
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''movie'
('movie_name', 'movie_type', 'movie_year')
VALUES
('Bruce Almighty'' at line 2
If anyone knows what the problem is... or how to work around this I would really appreciate it..
Thank You
|