MySQL: Function to generate random text of lorem ipsum
https://gist.github.com/zackad/461548a4a701ca93ada5e009f57a79d1
Example
-- Lipsum Identify Card Number
UPDATE `User` SET `idNo` = SUBSTRING(lipsum(4, NULL, NULL), 1, 8);
Update
https://gist.github.com/zackad/461548a4a701ca93ada5e009f57a79d1
Update