Good morning Team,
I am using a stored procedure in MySQL to call a data set.
CALL CW_OEE_Ignition( :startDate , :endDate , :scanner)
When I enter data into the query I get the expected results.
When I use a binding it only returns the count of rows.
Can any help me out?
Thanks!