In [2]:
%%logica Greeting
@Engine("sqlite");
Greeting("Hello World!");
Query is stored at Greeting_sql variable.
No description has been provided for this image
Running predicate: Greeting (1 ms)
The following table is stored at Greeting variable.
col0
0 Hello World!