As per docs, You can use query.sql to get the actual executed query. var post = {id: 1, title: 'Hello MySQL'}; var query = connection.query('INSERT INTO ...
確定! 回上一頁