{
  "query": "SELECT id, title, provider, category, rtp, volatility, playCount FROM casino_games WHERE isFeatured = 1 AND isActive = 1 ORDER BY playCount DESC LIMIT 10;",
  "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 id, title, provider, category, rtp, volatility, playCount FROM casino_games WHERE isFeatured = 1 AND isActive = 1 ORDER BY playCount DESC LIMIT 10;",
  "rows": [
    {
      "id": "10",
      "title": "Gonzo's Quest",
      "provider": "Thunderkick",
      "category": "crash",
      "rtp": "93",
      "volatility": "medium",
      "playCount": "451933"
    },
    {
      "id": "8",
      "title": "Book of Dead",
      "provider": "Quickspin",
      "category": "new",
      "rtp": "99",
      "volatility": "very_high",
      "playCount": "390816"
    },
    {
      "id": "13",
      "title": "Immortal Romance",
      "provider": "Push Gaming",
      "category": "slots",
      "rtp": "96",
      "volatility": "low",
      "playCount": "385837"
    },
    {
      "id": "3",
      "title": "Wolf Gold",
      "provider": "Microgaming",
      "category": "slots",
      "rtp": "94",
      "volatility": "high",
      "playCount": "384291"
    },
    {
      "id": "11",
      "title": "Mega Moolah",
      "provider": "Big Time Gaming",
      "category": "instant",
      "rtp": "94",
      "volatility": "high",
      "playCount": "339967"
    },
    {
      "id": "6",
      "title": "Starlight Princess",
      "provider": "Yggdrasil",
      "category": "live",
      "rtp": "97",
      "volatility": "medium",
      "playCount": "329785"
    },
    {
      "id": "7",
      "title": "Big Bass Bonanza",
      "provider": "Betsoft",
      "category": "jackpot",
      "rtp": "98",
      "volatility": "high",
      "playCount": "323744"
    },
    {
      "id": "16",
      "title": "Bonanza",
      "provider": "Elk Studios",
      "category": "table",
      "rtp": "99",
      "volatility": "very_high",
      "playCount": "288061"
    },
    {
      "id": "1",
      "title": "Gates of Olympus",
      "provider": "Pragmatic Play",
      "category": "slots",
      "rtp": "92",
      "volatility": "low",
      "playCount": "281391"
    },
    {
      "id": "12",
      "title": "Book of Ra",
      "provider": "Relax Gaming",
      "category": "slots",
      "rtp": "95",
      "volatility": "very_high",
      "playCount": "276038"
    }
  ],
  "messages": [],
  "stdout": "id\ttitle\tprovider\tcategory\trtp\tvolatility\tplayCount\n10\tGonzo's Quest\tThunderkick\tcrash\t93\tmedium\t451933\n8\tBook of Dead\tQuickspin\tnew\t99\tvery_high\t390816\n13\tImmortal Romance\tPush Gaming\tslots\t96\tlow\t385837\n3\tWolf Gold\tMicrogaming\tslots\t94\thigh\t384291\n11\tMega Moolah\tBig Time Gaming\tinstant\t94\thigh\t339967\n6\tStarlight Princess\tYggdrasil\tlive\t97\tmedium\t329785\n7\tBig Bass Bonanza\tBetsoft\tjackpot\t98\thigh\t323744\n16\tBonanza\tElk Studios\ttable\t99\tvery_high\t288061\n1\tGates of Olympus\tPragmatic Play\tslots\t92\tlow\t281391\n12\tBook of Ra\tRelax Gaming\tslots\t95\tvery_high\t276038\n",
  "stderr": "",
  "execution_time_ms": 65
}