“charinnex” Réponses codées

Charinnex

-- The CHARINDEX() function searches for a substring in a string, 
-- and returns the position. 
-- If the substring is not found, this function returns 0.

CHARINDEX(substring, string, start)

-- "start" is optional
Foolish Flatworm

localiser SQL Server

SELECT CHARINDEX('b','ab') //returns 2
Misty Mongoose

charinnex

CHARINDEX(substring, string, start)
Kalineo

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code