Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

2 Not exist plus total

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'ptcd',
		'compare' => 'NOT EXISTS',
	),
	array(
		'key'     => 'pt',
		'value'   => '5000',
		'compare' => '<=',
		'type'    => 'NUMERIC',
	),
);