-
Notifications
You must be signed in to change notification settings - Fork 664
Distinct
Mathias Rangel Wulff edited this page Jun 12, 2015
·
4 revisions
Is used in combination with 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][Distinct]
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo