You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND GI.cate_num<100000000 AND GI.goods_num=G.goods_num AND GI.brd_num=B.brd_num ' at line 5
SELECT B.brand_num as brd_num, BM.brd_kname, count(B.brand_num) as B_CNT From
T1_Goods.Brand_mother as BM,
T1_Goods.Brand as B,
T1_Goods.Goods_info as GI,
(SELECT goods_num FROM T1_Goods.Goods WHERE goods_view='V' GROUP BY goods_num) as G WHERE GI.cate_num>= AND GI.cate_num<100000000 AND GI.goods_num=G.goods_num AND GI.brd_num=B.brd_num AND BM.brand_num=B.brand_num GROUP BY B.brand_num ORDER BY B_CNT DESC
리스트로 보기
사진으로 보기
20개씩 보기
30개씩 보기
50개씩 보기
100개씩 보기
모델명
타카핀 A(mm)
R-11
6, 8, 10
R-311
6, 8, 10, 12
모델명
규격
사용범위(mm)
수동(대)
M6~M10
수동(소)
M2~M5
모델명
비고
#2091K
방진특급
#2097K
방진특급
#2078
방진1급
모델명
규격
1/2"
5/8"
3/4"
7/8"
1"
모델명
전장(mm)
날길이(mm)
두께(mm)
뉴베이직100
205
104
1.4
뉴베이직120
222
123
1.45
모델명
외경(mm)
날수(T)×내경(mm)
KE 180S
180
36×20
KE 355S
355
80×25.4
모델명
날장(mm)
전장(mm)
NSI-240
90
230
NSI-260
121
254
NSI-280
152
288
모델명
규격(mm)
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
72
73
74
75
77
78
79
80
82
85
86
87
88
90
91
92
93
94
95
96
97
98
99
100