What is the correct way to create a list from a sql query?

What is the correct way to create a list from a sql query? (TaifunSqlite)

Try with something like this:

The result of the sql query is a table in csv format
Therefore just use the list from csv table block to convert it into a list of lists

See also the example project in the download folder or documentation

Taifun

solved, thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.