There was an error while loading. Please reload this page.
DISTINCT
Is used in combination with SELECT and aggregators.
SELECT
Syntax:
SELECT DISTINCT ... aggregator (DISTINCT expression) SEARCH DISTINCT(selector)
Select distinct values from result array:
alasql('SELECT DISTINCT MID(Name,1,1) FROM City');
See also: [DISTINCT][Distinct]
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL