We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MySQL.query(statement, callback);
Beispiel
MySQL.query('SELECT * FROM `myTable` WHERE `id`>=0', function(result) { // some handling... });
There was an error while loading. Please reload this page.