SQL -> Funkcie -> Funkcie pre prácu s reťazcami -> INSTR
Syntax
INSTR(str,substr)
Popis
Príkaz jazyka SQL
Returns the position of the first occurrence of substring substr in string str. This is the same as the two-argument form of LOCATE, except that the order of the arguments is reversed.
Príklad
Pozri aj
LOCATE