ALTER TABLE `goods_sku` ADD `member_price` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '會員價'AFTER `price`;為啥提示:1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL serverversion for the right syntax to use near 'ALTER TABLE `juhe_menu_store_goods_sku` ADD `member_price` int(11) unsigned NOT ' at line 1
添加回答
舉報
0/150
提交
取消