-
Notifications
You must be signed in to change notification settings - Fork 666
Distinct
Andrey Gershun edited this page May 27, 2015
·
4 revisions
Keyword for SELECT and aggregators.
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()][Search Distinct]
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo