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

2 lines
28 B
MySQL
Raw Permalink Normal View History

2018-08-17 15:15:24 +01:00
select REPLICATE( 'ha', 5 )