1.select a.商品名,(a.入庫數量-b.出庫數量)。
創新互聯公司主營善右網站建設的網絡公司,主營網站建設方案,成都App定制開發,善右h5小程序開發搭建,善右網站營銷推廣歡迎善右等地區企業咨詢
2.as 剩余數量 from 入庫表 a,出庫表 b。
3.where a.商品名=b.商品名。
select count(*) from handup where unix_timestamp(hinserttime) (select unix_timestamp(max(hinserttime)) from handup) - 3600
update語句可以搞定,但是需要join配合,
例如,有個表如下,需要將id =999對應的name改為id=1000對應的name
可以這么做:
1
update person t1 join (select id,name from person where id = 1000 limit 1 ) as t2 on t1.id = t2.id set t1.name = t2.name where t1.id = 999 and t2.id = 1000
修改后的結果
這樣就可以了。。
--這樣是顯示的結果是差值總的秒數
select sum(unix_timestamp(B)-unix_timestamp(A)) as 秒數
from tb
--這樣是顯示成 xxx:xx:xx 的形式
select sec_to_time(sum(unix_timestamp(B)-unix_timestamp(A))) as ti
from tb
--
標題名稱:怎么用mysql做減法 mysql字段加減乘除運算
本文地址:http://m.newbst.com/article16/doihsgg.html
成都網站建設公司_創新互聯,為您提供定制開發、標簽優化、網站維護、外貿網站建設、企業建站、用戶體驗
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯