sqlean
sqlean copied to clipboard
[array: unnest] crash & no solution
SELECT value
FROM unnest(array(0,1,2,3,4,5))
WHERE value < 3;
Parse error: no query solution (not sure what the behavior should be. I hoped for an other result)
SELECT value
FROM unnest (1);
crashes SQLite without error