-
Notifications
You must be signed in to change notification settings - Fork 681
Fluent Interface
agershun edited this page Dec 28, 2014
·
6 revisions
var res = alasql(data)
.Where(function(x){x.Population>1000000})
.OrderBy("Name")
.exec();
- Select()
- From()
- GroupBy()
- Having()
- OrderBy()
- Top()
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo