mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
Fixed CORE-3382 - Incomplete description of POSITION() function.
This commit is contained in:
parent
d8a30e8094
commit
a25584f7a2
@ -586,7 +586,7 @@ POSITION
|
||||
|
||||
Function:
|
||||
Returns the position of the first string inside the second string starting at
|
||||
an offset (or from the beginning when omitted).
|
||||
an offset (or from the beginning when omitted). When not found, returns 0.
|
||||
|
||||
Format:
|
||||
POSITION( <string> IN <string> )
|
||||
|
Loading…
Reference in New Issue
Block a user