java - MySQL Select and Tables -


i learning mysql java integrate 1 of projects. main reason behind because i'm using files store data, causing lag. after speaking few people of them said switching mysql rather files handle data fix issue. anyways, i'm confused on few things in mysql , hoping answer them me. firstly, called select method, how work? if this:

resultset res = statement.executequery("select * tokens playername = "" + name + "';"); res.next();

will me results tokens db under name column? if that's case how actual token amount? how create different databases, example players score, tokens, kills, deaths, etc.

thank you, , wasn't nooby of question :p


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -