``` javascript connection.query('SELECT * FROM users WHERE userid = ?', [userId, userName], cb); ``` Something's obviously wrong here - an error should be thrown.