Mysql.mysql_result big_query(string query)
Make an SQL query.
This function sends the SQL query query to the Mysql-server. The result of the query is returned as a Mysql.mysql_result object.
Returns 0 (zero) if the query didn't return any result (e.g. INSERT or similar).
0
Mysql.mysql_result