Skip to content

Commit 030f5ad

Browse files
Update docs/t-sql/functions/text-and-image-functions-textvalid-transact-sql.md
Co-authored-by: Kendra Little <1623675+LitKnd@users.noreply.github.com>
1 parent cf32e7f commit 030f5ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/functions/text-and-image-functions-textvalid-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ TEXTVALID ( 'table.column' ,text_ ptr )
6262

6363
|Function or statement|Description|
6464
|---------------------------|-----------------|
65-
|PATINDEX<b>('</b>_%pattern%_'**,** _expression_**)**|Returns the character position of a specified character string in **text** and **ntext** columns.|
66-
|DATALENGTH<b>(</b>_expression_**)**|Returns the length of data in **text**, **ntext**, and **image** columns.|
65+
|PATINDEX ( *'_%pattern%_'*, *_expression_* )|Returns the character position of a specified character string in **text** and **ntext** columns.|
66+
|DATALENGTH ( *_expression_* )|Returns the length of data in **text**, **ntext**, and **image** columns.|
6767
|SET TEXTSIZE|Returns the limit, in bytes, of the **text**, **ntext**, or **image** data to be returned with a SELECT statement.|
6868

6969
## Examples

0 commit comments

Comments
 (0)