Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

comment by meta

$meta_query = array(
	array(
		'key'     => 'old_comment_id',
		'value'   => 'x',
		'type'    => 'NUMERIC',
	),
);