Skip to content

Distinct

agershun edited this page Dec 28, 2014 · 4 revisions

DISTINCT

Select distinct values from result array:

    alasql('SELECT DISTINCT MID(Name,1,1) FROM City');
Clone this wiki locally