{
  "query": "SELECT id, title, category, thumbnailUrl FROM casino_games WHERE thumbnailUrl IS NULL OR thumbnailUrl = '' 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, category, thumbnailUrl FROM casino_games WHERE thumbnailUrl IS NULL OR thumbnailUrl = '' LIMIT 10",
  "rows": [
    {
      "id": "1",
      "title": "Gates of Olympus",
      "category": "slots",
      "thumbnailUrl": "NULL"
    },
    {
      "id": "2",
      "title": "Sweet Bonanza",
      "category": "slots",
      "thumbnailUrl": "NULL"
    },
    {
      "id": "3",
      "title": "Wolf Gold",
      "category": "slots",
      "thumbnailUrl": "NULL"
    },
    {
      "id": "4",
      "title": "The Dog House",
      "category": "slots",
      "thumbnailUrl": "NULL"
    },
    {
      "id": "5",
      "title": "Fruit Party",
      "category": "table",
      "thumbnailUrl": "NULL"
    },
    {
      "id": "6",
      "title": "Starlight Princess",
      "category": "live",
      "thumbnailUrl": "NULL"
    },
    {
      "id": "7",
      "title": "Big Bass Bonanza",
      "category": "jackpot",
      "thumbnailUrl": "NULL"
    },
    {
      "id": "8",
      "title": "Book of Dead",
      "category": "new",
      "thumbnailUrl": "NULL"
    },
    {
      "id": "9",
      "title": "Starburst",
      "category": "popular",
      "thumbnailUrl": "NULL"
    },
    {
      "id": "10",
      "title": "Gonzo's Quest",
      "category": "crash",
      "thumbnailUrl": "NULL"
    }
  ],
  "messages": [],
  "stdout": "id\ttitle\tcategory\tthumbnailUrl\n1\tGates of Olympus\tslots\tNULL\n2\tSweet Bonanza\tslots\tNULL\n3\tWolf Gold\tslots\tNULL\n4\tThe Dog House\tslots\tNULL\n5\tFruit Party\ttable\tNULL\n6\tStarlight Princess\tlive\tNULL\n7\tBig Bass Bonanza\tjackpot\tNULL\n8\tBook of Dead\tnew\tNULL\n9\tStarburst\tpopular\tNULL\n10\tGonzo's Quest\tcrash\tNULL\n",
  "stderr": "",
  "execution_time_ms": 54
}