reporting services - Handling comma separated strings as a table in MySQL -


i'm using ssrs mysql , need handle multi-select parameters ssrs going routines (stored procedures) in mysql.

ssrs passes multi-select parameter comma separated string:

"1,2,3,4"

the common way done in sql server using table-valued function return table row each value. join table , well.

what best way handle situation in mysql, due fact not have equivalent table valued function?

i have seen suggestions use temp table in function, have multiple simultaneous calls of not work.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -