9 months ago
How to return text results from an SQL query
Hello,
Relatively new to LM and have been tasked with trying to get a datasource set up that will show all the values in 1 column off the back of a script in MySQL.
These values will all be job names ie report_job, send_job etc. My understanding is the JDBC collection only returns numerical values?
if this is the case is there any sort of documentation or a “beginners guide” on how I can go about getting something setup where the data returned will be my list of job names based on certain criteria?
Thanks in Advance.
Jonathan