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

Category: SQL Reference

1SMARTchicken - Code Made Easy

Category: SQL Reference

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

Category: SQL Reference

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Home
  • Reference
  • SQL Reference
  • Page 13
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 MAX() Function

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

The SQL Server MAX() function returns the maximum value in a set of values.

SQL Reference

SQL – SQL Server MIN() Function

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

The SQL Server MIN() function returns the minimum value in a set of values.

SQL Reference

SQL – SQL Server MONTH() Function

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

The SQL Server MONTH() function returns the month part for a specified date (a number from 1 to 12).

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 NULLIF() Function

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

The SQL Server NULLIF() function returns NULL if two expressions are equal, or returns the first expression if they are not equal.

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 PI() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / Math, SQL Server, SQL Server Numeric Functions

The SQL Server PI() function returns the value of PI.

SQL Reference

SQL – SQL Server POWER() Function

August 7, 2024 / Reference, SQL Reference, SQL Server Functions / Math, SQL Server, SQL Server Numeric Functions

The SQL Server POWER() function returns the value of a number raised to the power of another number.

SQL Reference

SQL – SQL Server RADIANS() Function

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

The SQL Server RADIANS() function converts a degree value (expressed as a positive or negative number) into radians.

SQL Reference

SQL – SQL Server RAND() Function

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

The SQL Server RAND() function returns a random number between 0 (inclusive) and 1 (exclusive).

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.

SQL Reference

SQL – SQL Server ROUND() Function

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

The SQL Server ROUND() function rounds a number to a specified number of decimal places.

SQL Reference

SQL – SQL Server RTRIM() Function

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

The SQL Server RTRIM() function removes trailing spaces from a string. Trailing spaces are spaces after (right of) the string.

SQL Reference

SQL – SQL Server SESSION_USER Function

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

The SQL Server SESSION_USER function returns the name of the current user in the SQL Server database.

← Previous 1 … 12 13 14 15 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (18)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (79)
    • Python File Handling (4)
    • Python and MySQL (11)
  • 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 (556)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (285)
    • 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

contact2026@1smartchicken.com

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

Search for Code:

or View All Tags

Copyright © 2026 1SMARTchicken | All Rights Reserved.