Home » MySQL String FIELD() Function

MySQL String FIELD() Function

by Online Tutorials Library

MySQL FIELD() Function

Field(str,str1,str2,str3,….) is a Sring function of MySQL. This method returns the index of string.

Syntax

Example 1

Output:

MySQL String FIELD() Function

Example 2

Output:

MySQL String FIELD() Function

Example 3

Output:

MySQL String FIELD() Function

Next TopicMySQL String

You may also like