spyql
spyql copied to clipboard
INIT statement for running initialisation python code
e.g.
INIT a = 10; b=2
SELECT col1 * a + b
FROM ...