spyql icon indicating copy to clipboard operation
spyql copied to clipboard

Statement for executing python code on each row

Open dcmoura opened this issue 3 years ago • 0 comments

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

dcmoura avatar Jan 03 '22 18:01 dcmoura