Hey guys,
I'm new to writing SQL and I need a bit of help.
What I'm trying to achieve is getting my Java application to successfully send the high score of a specific user to a database. I'm not sure how I would write the SQL code so it will see who the user is, and alter the high score column based on the username.
I have completed the registering process and checking to see if the user's credentials are valid.
Any help on this would be greatly appreciated!
Thanks.