Assume I have an array:
$elements = array(\'foo\', \'bar\', \'tar\', \'dar\');
Then I want to build up a DELETE IN SQL query:
DELETE IN