{
  "query": "SELECT category, COUNT(*) as count FROM casino_games GROUP BY category ORDER BY count DESC;",
  "command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway04.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 3sE2opaakiHhpCk.root --database 38mmEpDjJeLLr6ocaGW5p5 --execute SELECT category, COUNT(*) as count FROM casino_games GROUP BY category ORDER BY count DESC;",
  "rows": [
    {
      "category": "slots",
      "count": "228"
    },
    {
      "category": "jackpot",
      "count": "56"
    },
    {
      "category": "new",
      "count": "56"
    },
    {
      "category": "live",
      "count": "56"
    },
    {
      "category": "table",
      "count": "56"
    },
    {
      "category": "instant",
      "count": "56"
    },
    {
      "category": "crash",
      "count": "56"
    },
    {
      "category": "popular",
      "count": "56"
    }
  ],
  "messages": [],
  "stdout": "category\tcount\nslots\t228\njackpot\t56\nnew\t56\nlive\t56\ntable\t56\ninstant\t56\ncrash\t56\npopular\t56\n",
  "stderr": "",
  "execution_time_ms": 61
}