Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

4 etc exists

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'ept',
		'value'   => '20',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
	array(
		'relation' => 'AND',
		array(
			'key'     => 'ept',
			'compare' => 'NOT EXISTS',
		),
		array(
			'key'     => 'd0',
			'value'   => 'C D D',
			'compare' => '=',
			'type'    => 'CHAR',
		),
	),
);