I’m new to SQL and do not really understand why this:
INSERT INTO users (highscore); VALUES ('1');
gives me an error. Why does this not work?
I’m trying to save my high score in the database so I can make an leaderboard.
GeistFan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
try removing ;
after (highscore)
Mohamed Saeed bin Omar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.