MySQL Tutorial/Math Numeric Functions/DIV
Версия от 13:44, 26 мая 2010; (обсуждение)
Integer division: DIV
mysql>
mysql> SELECT 5 DIV 2;
+---------+
| 5 DIV 2 |
+---------+
| 2 |
+---------+
1 row in set (0.00 sec)
mysql>
mysql>
mysql> SELECT 5 DIV 2;
+---------+
| 5 DIV 2 |
+---------+
| 2 |
+---------+
1 row in set (0.00 sec)
mysql>