[Yandex Cloud documentation](../../index.md) > [Yandex DataLens](../index.md) > Calculated fields > Function reference > Operators > Modulo (%)

# Modulo (%)



#### Syntax {#syntax}


```
number_1 % number_2
```

#### Description {#description}
Returns the remainder from dividing the first number `number_1` by the second number `number_2`.

**Argument types:**
- `number_1` — `Fractional number | Integer`
- `number_2` — `Fractional number | Integer`


**Return type**: Depends on argument types

#### Examples {#examples}

```
2 % 3 = 2
```

```
2.1 % 3 = 2.1
```

```
3 % 2.1 = 0.9
```


#### Data source support {#data-source-support}

`ClickHouse 21.8`, `Files`, `Google Sheets`, `Microsoft SQL Server 2017 (14.0)`, `MySQL 5.7`, `Oracle Database 12c (12.1)`, `PostgreSQL 9.3`, `Trino`, `Yandex Documents`, `YDB`.