PostgreSQL
- 12 ответов
- 0 вопросов
12
Вклад в тег
table products (id serial, category_id small int, name text, vendor text)
table property(id serial,name text, value)
table product_property(product_id big int, property_id big int)
for k in test['set']['item']:
print(k['i']['n'])