In [2]:
%%logica Greeting
@Engine("sqlite");
Greeting("Hello World!");
Query is stored at Greeting_sql variable.
Running predicate: Greeting (1 ms)
The following table is stored at Greeting variable.
col0 | |
---|---|
0 | Hello World! |