throw Error('数据源编号+ h +未定义)alasql

时间:2016-10-30 13:41:51

标签: arrays json node.js bots alasql

它适用于jsFiddle,但是当我部署代码并运行它崩溃时。 可能是什么问题。

var res = alasql('SELECT top 5 price, sitedetails->0->latestoffers->0->seller as seller, sitedetails->0->latestoffers->0->availability as availability, sitedetails->0->latestoffers->0->price as price, sitedetails->0->latestoffers->0->isactive as isactive, sitedetails->0->url as url, brand, name, model, description, images, features from ?',[tmp.results]);
            console.log("Results of query:\n" + res);

http://jsfiddle.net/2c8njgqw/66/#&togetherjs=2TL07FQov1

Heroku log 提前谢谢

0 个答案:

没有答案