-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
https://docs.google.com/spreadsheets/d/1DVviAUj5FbEEOMDgPg0GSY8FGdDeynF22rilsumRIHo/edit?usp=sharing
var alasql = AlaSQLGS.load();
alasql.options.modifier = 'MATRIX';
alasql.aggr.GROUP_CONCAT = function(v,s){
if(typeof v == "undefined") return s;
if(typeof s == "undefined") return v; else return [s,v].join(', ');
};
function ALASQL(query, data) {
var res = alasql(query, [data]);
return res;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels