RosettaCodeData/Task/Repeat-a-string/Transact-SQL/repeat-a-string.sql

2 lines
28 B
MySQL
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
select REPLICATE( 'ha', 5 )