spyql
spyql copied to clipboard
Statement for executing python code on each row
e.g.
DO name = json->customer->name
SELECT name
FROM json
WHERE name.startswith('A')
DO
might not be the best keyword, e.g. it is used in postgres to execute a single block of code