Shinmaru
エロルアー Scripter!
I would like a complete explanation on how to use SQL query on LUA:
How do they work?
How does each part(SELECT, UPDATE, SET, WHERE, etc.) look for something in the the database?
Show an example script, if possible.
Thanks in advance!
PS
If the explanation is good and valid, I will make a Tutorial off of this(With proper credits given to the contributers.)
Code:
db.query(query)
db.storeQuery(query)
db.escapeString(str)
db.escapeBlob(s, length)
db.lastInsertId()
db.stringComparison()
db.updateLimiter()
How do they work?
How does each part(SELECT, UPDATE, SET, WHERE, etc.) look for something in the the database?
Show an example script, if possible.
Thanks in advance!
PS
If the explanation is good and valid, I will make a Tutorial off of this(With proper credits given to the contributers.)