Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- quest test begin
- state start begin
- when 70001.use begin
- say("1. " .. type(mysql.query("SELECT vnum FROM item_proto LIMIT 1;"))); --table
- say("2. " .. type(mysql.query("SELECT vnum FROM item_proto;")[1][1])); --nil
- say("3. " .. type(mysql.query("SELECT vnum FROM item_proto;")[1])); --table
- say("4. " .. type(mysql.query("SELECT * FROM item_proto;")[1][1])); --nil
- say("5. " .. type(mysql.query("SELECT * FROM item_proto;")[1])); --table
- end -- when
- end -- state
- end -- quest
Advertisement
Add Comment
Please, Sign In to add comment