The Select SQL module puts the input data into a temporary SQLite database with a table called input
. It runs your query on the database, outputting the result set.
It uses SQLite syntax: https://www.sqlite.org/lang_select.html
The Select SQL module puts the input data into a temporary SQLite database with a table called input
. It runs your query on the database, outputting the result set.
It uses SQLite syntax: https://www.sqlite.org/lang_select.html