I have the following problem using the following statement alasql var sql = 'select DISTINCT FROM Period? ORDER BY ASC RequestDate ' var res = alasql (sql, [result]); With version 0.3 (used in the ...
SELECT DISTINCT EMBALAGEM, TAMANHO FROM tabela_de_produtos WHERE SABOR = 'LARANJA'; SELECT DISTINCT EMBALAGEM, TAMANHO FROM tabela_de_produtos WHERE SABOR = 'LARANJA'; SELECT DISTINCT BAIRRO FROM ...