XYZ的筆記本
程式筆記、學習心得...
網頁
首頁
全部文章
loading...
2007年12月11日 星期二
MySQL--SUM Function with LIMIT
http://forums.mysql.com/read.php?10,105508,105543#msg-105543
The LIMIT clause affects only the number of rows returned, and this query in fact only returns one row. You might want to try something like this:
SELECT sum(quantity)
FROM (SELECT quantity
FROM stock_card
LIMIT 0,2
) AS subquery;
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言