December 2017
Beginner to intermediate
500 pages
12h 10m
English
The previously implemented example can also be implemented with the Dynamic SQL row step, as explained here:
The Dynamic SQL row step needs the query to run already defined in a field in the dataset. So, in order to create this field, we will use a JavaScript step.
var STATEMENT;STATEMENT = "SELECT title, description FROM public.film" + " WHERE upper(description) like '%" + upper(word1) + "%'" + " AND ...Read now
Unlock full access