Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

assign_users

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'assign_users',
		'value'   => 'fg',
		'compare' => 'IN',
		'type'    => 'NUMERIC',
	),
);