Skip to content

Standard Interface

agershun edited this page Dec 28, 2014 · 1 revision

Standard Interface

    var res = alasql('SELECT TOP 10 City FROM Cities WHERE Population > 1000000');

See alternative [fluent](Fluent Interface) (like LINQ) interface

Clone this wiki locally