实例:
比如,我们需要求5除以2的整数,即5/2的整数是2, mysql中如何获取呢?情况下面sql。
<code class="language-sql">SELECT 5
DIV 2</code>
运行结果:2
再看一个实例:
<code class="language-sql">SELECT -15
DIV 4</code>
结果为:-3
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn