About 23,700 results
Open links in new tab
  1. String functions in SQL - GeeksforGeeks

    Jun 16, 2026 · SQL string functions help manipulate and format text data efficiently. They are widely used for cleaning, comparing …

  2. SQL Server Functions - W3Schools

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

  3. SQL Server String Functions

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

  4. What Are the Microsoft SQL Database Functions? - SQL Server

    Jul 20, 2026 · Scalar functions perform an operation on a string input value and return a string or numeric value, for example, ASCII …

  5. 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 …

  6. SQL String Functions

    This page provides some handy SQL string functions that allow you to manipulate character strings more effectively.

  7. Using String Functions - SQL Server | Microsoft Learn

    Nov 7, 2025 · Using String Functions You can use string functions on nearly every object in Multidimensional Expressions (MDX). In …

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

    Jan 15, 2025 · Understand how to use SQL String Functions to clean and process text data efficiently.

  9. SQL Server SUBSTRING () Function - W3Schools

    Definition and Usage The SUBSTRING () function extracts some characters from a string. Syntax SUBSTRING (string, start, length)

  10. SQL - String Functions - Online Tutorials Library

    SQL string functions are used primarily for string manipulation. The following table details the important string functions −