Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta_field_query

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'emp_id',
	),
);