172 $connection = Main\Application::getConnection();
174 $placementLangTableName = static::getTableName();
175 $placementTableName = static::getPlacementTableName();
177 return $connection->query(
178 'DELETE ' . $placementLangTableName .
' FROM ' . $placementLangTableName .
'
179 INNER JOIN ' . $placementTableName .
' ON (' . $placementTableName .
'.ID = ' . $placementLangTableName .
'.PLACEMENT_ID)
180 WHERE b_rest_placement.APP_ID = \'' . $appId .
'\''