var _selectStatement = function (rows) {
    if (_.isArray(rows)) {
      rows = rows.join(',')
    }
    my.awqlOptions.select = rows