diff --git a/docs/t-sql/functions/patindex-transact-sql.md b/docs/t-sql/functions/patindex-transact-sql.md index bba7dfb0a9f..4e0187fb12d 100644 --- a/docs/t-sql/functions/patindex-transact-sql.md +++ b/docs/t-sql/functions/patindex-transact-sql.md @@ -26,7 +26,7 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest | # PATINDEX (Transact-SQL) [!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)] - Returns the starting position of the first occurrence of a pattern in a specified expression, or zeros if the pattern is not found, on all valid text and character data types. + Returns the starting position of the first occurrence of a pattern in a specified expression, or zero if the pattern is not found, on all valid text and character data types. ![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)