mysql不支援top 支援limit

2021-08-27 17:33:36 字數 260 閱讀 4701

今天偶爾發現mysql居然不支援top語句,之前用hibernate記得用過top語句。原因是:mysql的確是不支援top語句,之前用的是hql語句,是hibernate幫你翻譯成mysql支援的語句的。

通常hibernate的用法: select top 5 id,name,password from user order by id;

mysql中的用法: select id,content from notice order by id desc limit 5;

mysql不支援 MySQL不支援的特性

mysql 1 不支援物化檢視。2 不支援位圖索引。3 不支援並行查詢。4 不支援雜湊關聯,mysql的所有關聯都是巢狀迴圈關聯。不過,可以通過建立乙個雜湊索引來曲線實現。5 不允許對同一表同時進行查詢和更新。報錯 update tb1 as outer tb1 set cnt select cou...

oracle資料庫不支援mysql中limit功能

oracle資料庫不支援mysql中limit功能,但可以通過rownum來限制返回的結果集的行數,rownum並不是使用者新增的字段,而是oracle系統自動新增的。1 使查詢結果最多返回前10行 select from ob call data log where rownum 10 2 使查詢...

rsyslog input 不支援變數

input type imfile file usr local apache tomcat 7.0.55 8082 logs localhost access log.txt tag zjzc api access01 severity info facility local5 不支援這種寫法 i...