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

2 lines
26 B
MySQL
Raw Normal View History

2023-07-01 11:58:00 -04:00
select rpad('', 10, 'ha')