Skip to content

Instantly share code, notes, and snippets.

View antsokol's full-sized avatar

Anton Sokolov antsokol

  • Russia, Moscow
View GitHub Profile
@zackad
zackad / fn_str_random_lipsum.sql
Last active June 26, 2024 06:09
Function to generate random text of lorem ipsum in MySQL.
/**
* ALL CREDIT GOES TO ORIGINAL CREATOR
* @Ronald Speelman
* http://moinne.com/blog/ronald/mysql/mysql-lorum-ipsum-generator
*
* renamed function for simplicity
*/
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='STRICT_TRANS_TABLES';