{
"query_block": {
"select_id": 1,
"ordering_operation": {
"using_filesort": true,
"nested_loop": [
{
"table": {
"table_name": "a",
"access_type": "ALL",
"possible_keys": [
"PRIMARY"
],
"rows": 4,
"filtered": 100,
"attached_condition": "(`_testcscart`.`a`.`status` in ('A','H'))"
}
},
{
"table": {
"table_name": "b",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"currency_code",
"lang_code"
],
"key_length": "38",
"ref": [
"_testcscart.a.currency_code",
"const"
],
"rows": 1,
"filtered": 100,
"attached_condition": "<if>(is_not_null_compl(b), (`_testcscart`.`b`.`lang_code` = 'ja'), true)"
}
},
{
"table": {
"table_name": "cscart_ult_objects_sharing",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"share_object_id",
"share_company_id",
"share_object_type"
],
"key_length": "159",
"ref": [
"_testcscart.a.currency_id",
"const",
"const"
],
"rows": 1,
"filtered": 100,
"using_index": true,
"attached_condition": "((`_testcscart`.`cscart_ult_objects_sharing`.`share_object_id` = `_testcscart`.`a`.`currency_id`) and (`_testcscart`.`cscart_ult_objects_sharing`.`share_object_type` = 'currencies'))"
}
}
]
}
}
}
| currency_id | currency_code | after | symbol | coefficient | is_primary | position | decimals_separator | thousands_separator | decimals | status | description |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 4 | JPY | Y | 円 | 1.00000 | Y | 0 | . | , | 0 | A | 日本円 |