Skip to content

Commit

Permalink
Merge pull request #3635 from shoffmeister/patch-1
Browse files Browse the repository at this point in the history
Change link text to "Text functions"
  • Loading branch information
szarnyasg authored Sep 14, 2024
2 parents 2eaecaa + e29a250 commit 4deff1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql/data_types/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ SELECT 'Hello' || chr(10) || 'world' AS msg;

## Functions

See [Character Functions]({% link docs/sql/functions/char.md %}) and [Pattern Matching]({% link docs/sql/functions/pattern_matching.md %}).
See [Text Functions]({% link docs/sql/functions/char.md %}) and [Pattern Matching]({% link docs/sql/functions/pattern_matching.md %}).

0 comments on commit 4deff1e

Please sign in to comment.