Query time 0.00118
JSON explain
{
"query_block": {
"select_id": 1,
"table": {
"table_name": "pc",
"access_type": "range",
"possible_keys": ["PRIMARY", "pt"],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["category_id"],
"rows": 22,
"filtered": 100,
"attached_condition": "pc.category_id in (175,176,185,186,187,188,189,202)",
"using_index": true
},
"table": {
"table_name": "c",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY", "p_category_id"],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["category_id"],
"ref": ["kigoonlinecs.pc.category_id"],
"rows": 1,
"filtered": 100,
"attached_condition": "c.`status` = 0"
},
"table": {
"table_name": "p",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY", "status", "idx_parent_product_id"],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["product_id"],
"ref": ["kigoonlinecs.pc.product_id"],
"rows": 1,
"filtered": 95.62748718,
"attached_condition": "p.parent_product_id = 0 and p.`status` = 'A'"
}
}
}
Result
| product_id |
| 29 |
| 30 |
| 32 |
| 33 |
| 60 |
| 37 |
| 39 |
| 40 |
| 42 |
| 43 |
| 48 |
| 49 |
| 50 |
| 51 |
| 55 |
| 56 |
| 57 |
| 58 |
| 59 |
| 62 |
| 63 |
| 64 |
| 65 |
| 66 |
| 52 |
| 53 |
| 54 |