SQL Stored Procedures

Hi All

Is it possible to use a Stored Procedure in the SQL Integration? IOW instead of

query: 'SELECT .....'

do

query: 'call <stored Procedure name>'

Seems easy enough to test yourself?

I did, but it does not seem to work - It does not create an Entity when I do it - maybe there is another way of doing it?

What does your log say?

Which DB backend are you using?

I do not see anything in the Log. I’m using an external mySQL DB.

image

OK - So when I change the “Select Query*” line to call , I get this error. Very limited :frowning:

So now my question is: Is there a way around this?