COPIES COPIES string のコピーを n 個連結したものを戻します。 n は、正の整数またはゼロでなければなりません。 COPIES( ストリング , n ) 例 COPIES('abc',3) -> 'abcabcabc' COPIES('abc',0) -> ''