SQL select with dynamic number of parameters

Hello,

I saw that you can use the '?' in SQL components to dynamically change your query.

And that's fine when you know the number of parameters you will have, but I am in a case where I may have a lot of parameters (from 2 to 80), but I don't know this number before execution.

What can I do to fix this problem?

Thanks

Florent