~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/functions/string/position.rst

new string function docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Position Functions
 
2
==================
 
3
 
 
4
FIELD()
 
5
Return the index (position) of the first argument in the sequent arguments
 
6
 
 
7
FIND_IN_SET()             Return the index position of the first argument within the second argument
 
8
 
 
9
INSTR()                   Return the index of the first occurrence of substring
 
10
 
 
11
LEFT()                    Return the leftmost number of characters as specified
 
12
 
 
13
INSERT()                  Insert a substring at the specified position up to the specified number of characters
 
14
 
 
15
LOCATE()                  Return the position of the first occurrence of substring
 
16
 
 
17
POSITION()                A synonym for LOCATE()
 
18