如何为 Postgresql 转换这个 mysql 限制子句:
limit $a,$b
如果可能,不是特定的 postgresql 解决方案,而是 sql 标准
查询失败:ERREUR: la syntaxe LIMIT #,# n'est pas supportée
版
"select * from preference where (id_membre ='184') order by 1 LIMIT 0 OFFSET 8";
用 mysql 返回 4 行,用 postgresl 返回 0 行!