分页 limit 各数据库 兼容性

 

 

pgsql:

limit 5 offset 5

 

mysql

limit 1,2    好像是这样

 

 

 

 

mysql没有top命令,

你可能感兴趣的:(分页 limit 各数据库 兼容性)