POSITION
POSITION(searchString, string)
Description
Returns the location of a search string in a string. See also LOCATE.
Examples
SELECT POSITION('.', NAME) FROM Players;
Updated over 4 years ago
POSITION(searchString, string)
Returns the location of a search string in a string. See also LOCATE.
SELECT POSITION('.', NAME) FROM Players;
Updated over 4 years ago