Syntax error

INSERT INFO celebs (id, name, age)
VALUES (1, ‘Justin Bieber’, 21);
why do I get syntax error for that?
tnx

INSERT INFO should be INSERT INTO

That should fix the syntax error.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.