This commit is contained in:
2023-04-25 23:12:51 +08:00
parent 6ff252fe2a
commit 027ac6f25b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ trait Builder
if ($query->limit > 0) {
return ' LIMIT ' . $query->offset . ',' . $query->limit;
} else {
return ' OFFSET ' . $query->offset;
return '';
}
}