Actions sql
By default, the input dataset is referred to as my_table
in the query.
User can define a query to set conditions and select data from the dataset.
rf.actions.SQL(query="select b,c from my_table")
By default, the input dataset is referred to as my_table
in the query.
User can define a query to set conditions and select data from the dataset.
rf.actions.SQL(query="select b,c from my_table")