About 1,010,000 results
Open links in new tab
  1. SQL SELECT WHERE field contains words - Stack Overflow

    May 31, 2023 · All words need to be in the result. Rather slow, but working method to include any of words: OR column1 LIKE '%word2%' OR column1 LIKE '%word3%' If you need all words to …

  2. SQL | String functions - GeeksforGeeks

    Apr 12, 2025 · SQL String Functions are powerful tools that allow us to manipulate, format, and extract specific parts of text data in our database. These functions are essential for tasks like …

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

    The following scalar functions perform an operation on a string input value and return a string or numeric value: All built-in string functions except FORMAT are deterministic. This means they …

  4. An Overview of SQL Text Functions - LearnSQL.com

    Jul 28, 2021 · LearnSQL.com’s Standard SQL Functions course cover all common text, numerical, date and time, and aggregate functions using detailed practical examples, …

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

    May 9, 2024 · Also known as text functions in SQL, string functions take one or more string values as an argument and return a modified string value. Check out this interactive course on …

  6. 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.

  7. An Overview of SQL Text Functions in MySQL - LearnSQL.com

    Jul 7, 2022 · MySQL’s built-in text functions are important; they let you write queries effectively when you’re dealing with text (e.g. string, varchar) values. Some of these are standard SQL …

  8. SQL - Text & Image Functions: A Beginner's Guide - SQL Function ...

    Text functions in SQL are like your personal language assistants. They help you manipulate and analyze text data in your database. Imagine having a super-smart spell-checker and text editor …

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

    Jan 15, 2025 · SQL String Functions are built-in functions that enable us to manipulate and process text data stored in a database. Common examples of text fields include names, …

  10. SQL String Functions: A Comprehensive Guide for Beginners

    Let's explore some of the most commonly used string functions. I'll provide examples for each, and we'll break them down step by step. 1. CONCAT () The CONCAT () function is like a …

  11. Some results have been removed
Refresh