% is wildcard character for WHERE..LIKE command. There first argument ",13,19,16,18,", each number/run_config starts and ends with comma, so when comparing this set of numbers with your run_config value, I added "%," as prefix and ",%" as suffix to it so that it will return true if run_config value matches any number in the set.
... View more