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

2 lines
26 B
MySQL
Raw Normal View History

2013-04-10 23:57:08 -07:00
select rpad('', 10, 'ha')