Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

sp_team_meta

$meta_query = array(
	array(
		'key'     => 'sp_team',
		'value'   => '123456',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);