08.09.2017, 06:52
You shouldn't try to convert SQL to INI... Never... Because the .ini files are written and readed by the SAMP server itself, and the DBMS (SQLite) are also written by the server itself, but there are some differences... Also the RDBMS (MySQL / MariaDB / Postgre) are using a server for the database itself so the query is processed by the database server and not your server.