Assuming countcategoriesalreadyentered is required, the following result was found.
ORDER BY id Importing the joomla categories to Wordpress: (still to do: sections as parent categories?) SET @CountCategoriesAlreadyEntered:=(SELECT MAX(term_id) FROM my_wordpress_db.wp_terms); INSERT INTO my_wordpress_db.wp_terms SELECT (a.id +...