symfony zapytanie nie puste i nie null

public function getReportsValidationCostsHavingGoogleAccount(): array {
        return $this->createQueryBuilder('c')
                        ->andWhere('c.google_account != \'\'')
                        ->getQuery()
                        ->getResult()
        ;
}
Komentarze wyłączone