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

3 lines
51 B
SQL

VALUES REPEAT('ha', 5);
VALUES RPAD('', 10, 'ha');