테마
num | name |
---|---|
테마_상품
num | 테마num | 상품num |
---|---|---|
1 | 1 | 2 |
2 | 1 | 3 |
3 | 2 | 4 |
상품
num | name |
---|---|
1 | |
피처 - a기능 구현 → 디벨롭 a기능 → 디벨롭 a기능
피터 - a기능 구현 → 업스트립 디베롭 a 기능 → 디벨롭
select round(avg(rating),0) from review where productNum=4;
select count(*) from review where productNum=4;
cart insert
insert into cartList (num, qty, messageCard, engrave, userNum, productNum) values (null, 3, null, null, 1, 3);