Thank you.
Here's the code to add the username from the jos_users to the username field on jos_jcomments in case anyone needs it:
update jos_jcomments, jos_users
set jos_jcomments.username = jos_users.username
where jos_jcomments.userid = jos_users.id
Regards
David