Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta test

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'team',
		'value'   => '39',
		'compare' => '=',
	),
);