Home » MySQL String REPEAT() Function

MySQL String REPEAT() Function

by Online Tutorials Library

MySQL REPEAT() Function

REPEAT(str,count) is a Sring function of MySQL. This method returns the string reputation counter times.

Syntax

Example 1

Output:

MySQL String REPEAT () Function

Example 2

Output:

MySQL String REPEAT() Function

Next TopicMySQL String

You may also like