sql MySQL的使用极限时不限制上限

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql MySQL的使用极限时不限制上限相关的知识,希望对你有一定的参考价值。

--可怕的sqlxian先上
SELECT * FROM tbl LIMIT 95, 18446744073709551615;

-- http://stackoverflow.com/questions/255517/mysql-offset-infinite-rows
-- From the MySQL Manual on LIMIT:
--    To retrieve all rows from a certain offset up to the end of the result set, 
--    you can use some large number for the second parameter. 
--    This statement retrieves all rows from the 96th row to the last:

-- Controller不接受就换 
-- eg: 2147483647 = 2^31-1 maximum value an {@code int} can have

以上是关于sql MySQL的使用极限时不限制上限的主要内容,如果未能解决你的问题,请参考以下文章

SQL Server 数据库一次性能删除的最大上限是多少?

订单分库分表实践总结

数据库sql大字段占用临时表空间

89常见气体的爆炸极限

mysql的SQL_NO_CACHE(在查询时不使用缓存)和sql_cache用法

如何确定活动WebGL上下文的数量?