From 07cd187dbe4f08cc00fa80e1f5287edf16e5ba67 Mon Sep 17 00:00:00 2001 From: Fred am Nil <43271715+FreeAndNil@users.noreply.github.com> Date: Fri, 17 Jun 2022 11:40:51 +0200 Subject: [PATCH] Update patindex-transact-sql.md --- docs/t-sql/functions/patindex-transact-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)