Closed lcaballero closed 5 days ago
Here is a different example, but I believe it has the same root cause
SELECT column1,
CASE
WHEN column2 > 50
THEN (SELECT column3
FROM bokume
WHERE id = fokume.id)
ELSE 'value'
END
FROM fokume;
Hi, I think this is a bug, but I'm not terribly familiar with this library and sql derivative.
This sql query:
But produces this error:
err: 11:3: expected expression, found 'SELECT'