Does mysql have the equivalent of Oracle's “analytic functions”?

后端 未结 4 1695
旧时难觅i
旧时难觅i 2020-11-29 05:17

I\'m looking for analytical function like PARTITION BY in MySQL (see the docs for more info)

Analytic functions compute an aggregate valu

4条回答
  •  借酒劲吻你
    2020-11-29 06:13

    Although MySQL doesn't support analytic functions, MariaDB does. It's a drop-in replacement for MySQL and is created by the original developers of MySQL.

提交回复
热议问题