Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: adityajagtapHi, I'm unable to get results from a call to a stored procedure in Teradata.
If I run this statement in Teradata SQL Assistant, it returns 1 row:
call DB_SCHEMA.MY_PROCEDURE('1111',CustNoOut, BillNo, CallTime)
But the same statement if run from within a graph using JDBC Execute node returns nothing.
Am I missing some drivers or have syntax error?
Thanks for your help.
Cheers!