Е
Size: a a a
Е
АА
CREATE TABLE table_3
(id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
description TEXT);
SELECT table_1.item_id, table_2.note, table_3.description
FROM ((table_1
INNER JOIN table_2 on table_1.item_id = table_2.note)
INNER JOIN table_3 on table_2.note = table_3.description);
А
АА
А
А
АА
А
АА
АА
А
А
А
АА
А
А
А
АА
AR
AR