8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

Fixed CORE-3382 - Incomplete description of POSITION() function.

This commit is contained in:
asfernandes 2011-12-06 14:38:49 +00:00
parent d8a30e8094
commit a25584f7a2

View File

@ -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> )