var qs = 'SELECT ' + ' parse_date(SUBSTR(e.date, 0, 10), "Y-M-D") AS grpdate ... res.send({ data: qres, narration: [ ['sql', qs] ] }); }); In addition to the RESTful service provided by the server-side application, we have additionally included ...
↧