Striker295 Posted December 24, 2013 Share Posted December 24, 2013 Hi there, im trying to insert playernames into a database which works out pretty fine, im using this: local query = executeSQLQuery("INSERT INTO `usergroups`(`accountname`) VALUES (?)", username) But i need it to insert "[[]]" in a second row in order to work, how would i manage to fix this? ~Striker Link to comment
Castillo Posted December 24, 2013 Share Posted December 24, 2013 Well, to start with, this is SQLite not MySQL. Second, I really don't get what are you trying to do. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now