Sql Query to Insert a User

Hi all,
I have some thousands of email addresses of subscribers stored on my currently “old” platform that use MySql database.
I need to “move” them into Phplist database using SQL scripts, without using program languages, like php.
So, I’m writing a mysql query to import the email addresses.
I found in the phplist doc (addemail.php) the “insert into” statement.
The insert query uses the “getUniqid” function.

I’m looking for an equivalent Mysql of getUniqid function.
Can I use Mysql UUID function?

Thanks in advance,
Andrea