This commit is contained in:
2024-04-26 15:27:11 +08:00
parent 71766ee914
commit c100190155
+1 -1
View File
@@ -235,7 +235,7 @@ class SqlBuilder extends Component
*/ */
public function count(): string public function count(): string
{ {
return $this->makeSelect(['COUNT(*)']) . $this->make(); return $this->makeSelect(['0']) . $this->make();
} }