You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice, when the content of a database table could be selected into an array of arrtibutes in a variable.
It would be also useful to add an optional db_url parameter to be able to use external database.
Like: DB:
colA
colB
cell1
cell2
cell3
cell4
Code:
var:
db_table_to_attribute_array:
db_url: db_url
query: select colA, colB from table
It would be nice, when the content of a database table could be selected into an array of arrtibutes in a variable.
It would be also useful to add an optional db_url parameter to be able to use external database.
Like:
DB:
Code:
Result:
The text was updated successfully, but these errors were encountered: