Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: micesamHi,
The node returns dataset from select statement.
This is the node that I have - with the query.
node:CN_COMM_LINES_API_ALL_2
bretype:core::DB Query
editor:Label=CN_COMM_LINES_API_ALL
editor:sortkey=4be270c200a118d6_4
output:@40fd2c7444283da6/CN_COMM_LINES_API_ALL=
prop:DbInterface=oci
prop:DbPassword={{^OicPwd^}}
prop:DbService={{^OicService^}}
prop:DbUser={{^OicUser^}}
prop:SqlQuery=<<EOX
exec xx_apps_readonly_logon_proc;
select * from CN_COMM_LINES_API_ALL
where PROCESSED_DATE >= TO_DATE('{{^OrderStartDate^}}', 'YYYY-MM-DD') and
PROCESSED_DATE <= TO_DATE('{{^OrderEndDate^}}', 'YYYY-MM-DD')
EOX
editor:XY=140,170
end:CN_COMM_LINES_API_ALL_2