About 162,000 results
Open links in new tab
  1. SQL Server Functions - W3Schools

    SQL Server has many built-in functions. This reference contains string, numeric, date, conversion, and some advanced functions in SQL Server.

  2. String Functions (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · When string functions are passed arguments that are not string values, the input type is implicitly converted to a text data type. For more information, see Data Type Conversion (Database …

  3. SQL | String functions - GeeksforGeeks

    Dec 1, 2025 · SQL string functions help manipulate and format text data efficiently. They are widely used for cleaning, comparing, and extracting meaningful information from textual fields.

  4. SQL String Functions: A Complete Overview - LearnSQL.com

    May 9, 2024 · This article presents SQL string functions you can use to manipulate textual or string values. Follow examples and get recommendations for further reading.

  5. SQL String Functions: A Beginner's Guide - DataCamp

    Jan 15, 2025 · Luckily, SQL provides powerful string functions that can make this process much more efficient, saving you time and effort. In this article, we are going to explore the most important SQL …

  6. SQL Server String Functions

    This tutorial provides with many useful SQL Server String functions that allow you to manipulate character string effectively.

  7. SQL String Functions: Everything You Need to Know

    Nov 24, 2025 · Let's explore the SQL string functions available across MySQL, PostgreSQL, SQL Server, and Oracle, along with some useful examples.

  8. SQL String Functions - w3buddy.com

    String functions are essential for cleaning, transforming, and analyzing text data in SQL.

  9. SQL String Functions

    SQL String functions are a set of built-in functions that are used to manipulate strings or character data in SQL. These functions can be used to extract, transform and manipulate data stored in character …

  10. SQL String Manipulation: Complete Functions Guide

    Dec 19, 2024 · String manipulation is a critical skill in SQL, essential for data cleaning, formatting, and analysis. This comprehensive guide covers string functions across major database systems, …