Repeat

SQL

SQL - REPEAT() / REPLICATE()

• REPEAT() (MySQL/PostgreSQL) and REPLICATE() (SQL Server/Azure SQL) generate strings by repeating a base string a specified number of times, useful for formatting, padding, and generating test data

Read more →