Skip to content

MySQL compatibility: DIV and MOD operators #18707

@alexey-milovidov

Description

@alexey-milovidov

https://dev.mysql.com/doc/refman/8.0/en/arithmetic-functions.html

Use case
a DIV b - the same as intDiv(a, b)
a MOD b - the same as modulo(a, b)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions