By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Records: 5 Duplicates: 0 Warnings: 0
id | modified | CAST(custinfo AS CHAR) |
---|---|---|
2 | 2023-11-30 07:55:07 | {"user": "Jill", "user_id": 22, "zipcode": ["194568", "94507", "94582"]} |
3 | 2023-11-30 07:55:07 | {"user": "Bob", "user_id": 31, "zipcode": ["94477", "94507"]} |
5 | 2023-11-30 07:55:07 | {"user": "Ted", "user_id": 56, "zipcode": ["94507", "582"]} |
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | customers | null | ALL | null | null | null | null | 5 | 100.00 | Using where |
Records: 0 Duplicates: 0 Warnings: 0
id | modified | CAST(custinfo AS CHAR) |
---|---|---|
2 | 2023-11-30 07:55:07 | {"user": "Jill", "user_id": 22, "zipcode": ["194568", "94507", "94582"]} |
3 | 2023-11-30 07:55:07 | {"user": "Bob", "user_id": 31, "zipcode": ["94477", "94507"]} |
5 | 2023-11-30 07:55:07 | {"user": "Ted", "user_id": 56, "zipcode": ["94507", "582"]} |
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | customers | null | ref | zips | zips | 35 | const | 3 | 100.00 | Using where |