MYSQL ETL including parameters
Is there a way to create parameters in SQL statements within the MySQL ETL data flow? Here is an example: set @lastDate = select * from `last_date_of_spent_data`; -- this returns a single column and row Select `Program Name`, @lastDate as LastClosedPeriod