sql >> Database teknologi >  >> RDS >> Mysql

Laravel bruger where-sætning på en withCount-metode

Du kan opnå det ønskede resultat ved at bruge:

$posts = Post::withCount('upvotes')
         ->having('upvotes_count', '>', 5)
         ->get();


  1. bedste måde at ændre datoformatet i mysql SELECT?

  2. CAST til DECIMAL i MySQL

  3. PHP-kommandoer ude af synkronisering

  4. Fejlkode:1406. Data for lange til kolonne - MySQL