Which is the least expensive aggregate function in the absence of ANY()

前端 未结 4 1463
半阙折子戏
半阙折子戏 2020-12-06 17:49

I usally use MAX() or MIN() if a DBMS hasn\'t an ANY() aggregate function.

Is there something less expensive in mySQL and MS-SQL?

4条回答
提交回复
热议问题