{
"query_block": {
"select_id": 1,
"read_sorted_file": {
"filesort": {
"sort_key": "a.position",
"table": {
"table_name": "a",
"access_type": "ALL",
"possible_keys": ["PRIMARY"],
"rows": 3,
"filtered": 100,
"attached_condition": "a.`status` in ('A','H')"
}
}
},
"table": {
"table_name": "b",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "38",
"used_key_parts": ["currency_code", "lang_code"],
"ref": ["rfswire_cart.a.currency_code", "const"],
"rows": 1,
"filtered": 100,
"attached_condition": "trigcond(b.lang_code = 'en')"
},
"table": {
"table_name": "cscart_ult_objects_sharing",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "159",
"used_key_parts": [
"share_object_id",
"share_company_id",
"share_object_type"
],
"ref": ["rfswire_cart.a.currency_id", "const", "const"],
"rows": 1,
"filtered": 100,
"attached_condition": "cscart_ult_objects_sharing.share_object_id = a.currency_id and cscart_ult_objects_sharing.share_object_type = 'currencies'",
"using_index": true
}
}
}
| currency_id | currency_code | after | symbol | coefficient | is_primary | position | decimals_separator | thousands_separator | decimals | status | description |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | USD | N | $ | 1.00000 | Y | 10 | . | , | 2 | A | US Dollars |