Hi everyone, Could you tell me how to apply/use a SQL function created and saved under a sql file (file.sql) in Talend? I am not sure if I make myself clear. I actually want to use a SQL function in tMysql_Input component. How can I do that? Thanks before hand.
I followed what mpa suggested and debugged the SQL function itself.
Copy-past the function in the SQL query section of Tmysqlrow did not work. I had to quote the whole function code, making it look like one big long string.
I am not sure if I made myself clear