Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (177)
  • Reference (2172)
  • Snippets (69)

Tag: SQL Server String Functions

1SMARTchicken - Code Made Easy

Tag: SQL Server String Functions

  • Tutorials (177)
  • Reference (2172)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (177)
  • Reference (2172)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Tag: SQL Server String Functions

  • Tutorials (177)
  • Reference (2172)
  • Snippets (69)
  • Home
  • SQL Server String Functions
SQL Reference

SQL – SQL Server ASCII() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server ASCII() function returns the ASCII value for the specified character.

SQL Reference

SQL – SQL Server CHAR() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server CHAR() function returns the character based on the ASCII code specified.

SQL Reference

SQL – SQL Server CHARINDEX() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server CHARINDEX() function searches for a substring in a string, and returns the position. If the substring is not found, this function returns 0.

SQL Reference

SQL – SQL Server CONCAT() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server CONCAT() function adds two or more strings together.

SQL Reference

SQL – SQL Server Concat With +

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server + operator allows you to add two or more strings together.

SQL Reference

SQL – SQL Server CONCAT_WS() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server CONCAT_WS() function adds two or more strings together with a separator.

SQL Reference

SQL – SQL Server DATALENGTH() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server DATALENGTH() function returns the number of bytes used to represent an expression.

SQL Reference

SQL – SQL Server DIFFERENCE() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server DIFFERENCE() function compares two SOUNDEX values, and returns an integer.

SQL Reference

SQL – SQL Server FORMAT() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server FORMAT() function formats a value with the specified format (and an optional culture in SQL Server 2017).

SQL Reference

SQL – SQL Server LEFT() Function

August 6, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server LEFT() function extracts a number of characters (starting from left) from a string.

SQL Reference

SQL – SQL Server LEN() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server LEN() function returns the length of a string. Trailing spaces (after) are not included, but leading spaces (before) are included.

SQL Reference

SQL – SQL Server LOWER() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server LOWER() function converts a string to lower-case.

SQL Reference

SQL – SQL Server LTRIM() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server LTRIM() function removes leading spaces from a string. Leading spaces are spaces before (left of) the string.

SQL Reference

SQL – SQL Server NCHAR() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server NCHAR() function returns the Unicode character based on the number code provided.

SQL Reference

SQL – SQL Server PATINDEX() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server PATINDEX() function returns the position of a pattern in a string. If the pattern is not found, this function returns 0.

SQL Reference

SQL – SQL Server QUOTENAME() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server QUOTENAME() function returns a Unicode string with delimiters added to make the string a valid SQL Server delimited identifier.

SQL Reference

SQL – SQL Server REPLACE() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server REPLACE() function replaces all occurrences of a substring (case-insensitive) within a string, with a new substring.

SQL Reference

SQL – SQL Server REPLICATE() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server REPLICATE() function repeats a specified string a specified number of times.

SQL Reference

SQL – SQL Server REVERSE() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server REVERSE() function reverses a specified string and returns the result.

SQL Reference

SQL – SQL Server RIGHT() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server RIGHT() function extracts a number of characters (starting from right) from a string.

1 2 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (6)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (73)
    • Python File Handling (4)
    • Python and MySQL (5)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (555)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (284)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2025@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2025 1SMARTchicken | All Rights Reserved.