I have been trying to run a transformation where I have Table Input with SQL to fetch or query data, tied to output for an excel spreadsheet.
With the following SQL I get multiple errors depending on what I add or take away. I am connected to Oracle databases.
SELECT FROM .View
WHERE ((View.Opened_Date
BETWEEN ' 2016-01-01'
AND ' 2017-01-01'
AND View.Owner_Group='OwnerJ'
AND View.Main_Category1 LIKE '%BUCKETS%'))
I get the following error when trying to preview:
Transformation detected one or more steps with errors.
Goes on to say its killed all other steps. No long that I can find. Earlier when I ran the SQL I got date errors. Any suggestions would be helpful.