luasql Questions
1
Solved
I am using luasql. I have two tables of this type:
IPINFO
CREATE TABLE `ipstats` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`ip` VARCHAR(15) NOT NULL,
`last_used` DATETIME NOT NULL DEFAU...
Antiparallel asked 23/6, 2012 at 17:0
1
© 2022 - 2024 — McMap. All rights reserved.