I can use the regex comparing a comma delimited list of GUID against a column that is a string, but I am having trouble doing it with an integer like the one below. Am I doing something wrong or is this not possible?
select * from sims_role where organization_id REGEXP '4929,4930'