Home » MySQL String POSITION() Function

MySQL String POSITION() Function

by Online Tutorials Library

MySQL POSITION() Function

POSITION(substr IN str) is a Sring function of MySQL. This method returns position of the given sub string in string.

Syntax

Example 1

Output:

MySQL String POSITION() Function

Example 2

Output:

MySQL String POSITION() Function

Next TopicMySQL String

You may also like