現在有兩個表,一個商品表,欄位如下:
CREATE TABLEft_products
(p_id
int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '商品'' COMMENT '商品名字',hot
tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否熱門: 1是0否',sort
tinyint(1) unsigned NOTULL%ENTT '排序',status
tinyint(1) NOT NULL DEFAULT '1' COMMENT '1上架2下架3刪除',
PRIMARY KEY (p_id
)
)一個商品標準表,欄位如下:
CREATE TABLE
(p_s_id
int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '商品規則表'p '0' COMMENT '商品id',price
decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '單價',buyed_count
int(5) unsigned NOT NULLFAULT '已完成份數' ,total_count
int(5) unsigned NOT NULL DEFAULT '0' COMMENT '總需份數',c_time
int(11) unsigned NOT NULL DEFAULT '0' COMMENT '建立時間' p_s_id
))
現在要根據這兩個表,是一個商品對應多個價格的。我要根據已籌份數來進行排序。但是分頁又要依照商品來。請問sql語句該怎麼寫?
選擇 p_name,hot,sort,status,sum(buyed_count) 為 Total_buyed_count from ft_products_standard left join ft_products on ft_products_standard.p_id=ft_products.p_id buys.p_p_idad by ft_prostal_prostal_prostal_prost perstpandm. 10