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

Category: Reference

1SMARTchicken - Code Made Easy

Category: Reference

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

Category: Reference

  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Reference
  • Page 101
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 COS() Function

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

The SQL Server COS() function returns the cosine of a number.

SQL Reference

SQL – SQL Server COT() Function

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

The SQL Server COT() function returns the cotangent of a number.

SQL Reference

SQL – SQL Server COUNT() Function

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

The SQL Server COUNT() function returns the number of records returned by a select query. NULL values are not counted.

SQL Reference

SQL – SQL Server CURRENT_TIMESTAMP Function

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

The SQL Server CURRENT_TIMESTAMP() function returns the current date and time as “YYYY-MM-DD HH-MM-SS”.

SQL Reference

SQL – SQL Server CURRENT_USER Function

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

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

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

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

The SQL Server DATEADD() function adds a time/date interval to a date and then returns the date.

SQL Reference

SQL – SQL Server DATEDIFF() Function

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

The SQL Server DATEDIFF() function returns the difference between two dates.

SQL Reference

SQL – SQL Server DATEFROMPARTS() Function

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

The SQL Server DATEFROMPARTS() function returns a date from the specified parts (year, month, and day values).

SQL Reference

SQL – SQL Server DATENAME() Function

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

The SQL Server DATENAME() function returns a specified part of a date as a string value.

SQL Reference

SQL – SQL Server DATEPART() Function

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

The SQL Server DATEPART() function returns a specified part of a date as an integer value.

SQL Reference

SQL – SQL Server DAY() Function

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

The SQL Server DAY() function returns the day of the month (from 1 to 31) for a specified date.

SQL Reference

SQL – SQL Server DEGREES() Function

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

The SQL Server DEGREES() function converts a value in radians to degrees.

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

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

The SQL Server EXP() function returns the natural logarithm e (2.718281…) raised to the power of the specified number.

SQL Reference

SQL – SQL Server FLOOR() Function

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

The SQL Server FLOOR() function returns the largest integer value that is smaller than or equal to a number.

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

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

The SQL Server GETDATE() function returns the current database system date and time, in a “YYYY-MM-DD hh:mm:ss.mmm” format.

SQL Reference

SQL – SQL Server GETUTCDATE() Function

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

The SQL Server GETUTCDATE() function returns the current database system UTC date and time, in a “YYYY-MM-DD hh:mm:ss.mmm” format.

← Previous 1 … 100 101 102 … 109 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 (64)
  • 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.