About 95,600 results
Open links in new tab
  1. % (Modulus) (Transact-SQL) - SQL Server | Microsoft Learn

    You can use the modulo arithmetic operator in the select list of the SELECT statement with any combination of column names, numeric constants, or any valid expression of the integer and …

  2. MySQL MOD() Function - W3Schools

    The MOD() function returns the remainder of a number divided by another number. Syntax

  3. SQL MOD: Returns Modulus of a Number Divided by Another - SQL Tutorial

    In this tutorial, you will learn how to use the SQL MOD function that returns the remainder of one number divided by another.

  4. SQL MOD() function - w3resource

    Apr 20, 2024 · SQL MOD() function is used to get the remainder from a division. The SQL DISTINCT command along with the SQL MOD() function is used to retrieve only unique …

  5. MOD() Function in MySQL - GeeksforGeeks

    Apr 24, 2023 · The MOD() function in MySQL is used to find the remainder of one number divided by another. The MOD() function returns the remainder of dividend divided by divisor. if the …

  6. SQL Modulus Operator - Tutorial Kart

    The SQL MOD operator (or % symbol in some databases) returns the remainder of a division operation. In this tutorial, you will learn the syntax of Modulus Operator, and examples.

  7. SQL Server Modulo (%) Operator - AlphaCodingSkills - Java

    The SQL Server (Transact-SQL) % (modulo) operator is used to calculate remainder of a division operation. It operates on numerical values. The example below describes how to use modulo …

  8. SQL MOD and REMAINDER Function Guide, FAQ, and Examples

    Jul 26, 2023 · The SQL MOD function performs a “modulo division”, which means that it gets the remainder of one number divided by another number. It returns the leftover of a division of two …

  9. sql - Selecting rows where remainder (modulo) is 1 after division …

    MySQL supports '%' as the modulus operator: MOD () for SQL Anywhere; % for Sybase ASE. Note: Disregard this answer, as I must have misunderstood the question. from Table. where …

  10. MODULUS Operator - SQL — Data Trail Mix

    Explore the MODULUS operator in SQL for computing remainders in division operations. Our comprehensive guide includes syntax and practical examples, showing how to use the …

  11. Some results have been removed
Refresh