sql語法錯誤

2022-12-21 15:00:23 字數 872 閱讀 8022

1樓:

這樣應該沒問題的

如果你說的a.rem是text型的話

勸你修改資料型別

2樓:

你這樣寫,如果b表沒有值就查詢不到

select a.rem, sum(select b.qty from b where b.ps_no= a.ps_no )

from a

group by a.rem

3樓:糊塗行俠

你可以把這個兩個表的內容寫上嗎,你這樣寫,我覺得大概是,你彙總的那個地方寫錯了。

你把表貼出來吧,好整理

4樓:

把rem值取出來,而且彙總數量,你的寫法沒錯啊:

select a.rem, sum(b.qty)from a,b

where a.ps_no=b.ps_nogroup by a.rem

把你需求說明白點或 hi我詳聊

5樓:

這個語法沒有錯誤吧。

sql> select a.rem, sum(b.qyt) from a,b where a.ps_no=b.ps_no group by a.rem;

未選定行

或者是你沒有表達清楚?

6樓:

不知你是要統計記錄個數,還是把符合條件的b.qty列值相加

統計 記錄個數用count

7樓:匿名使用者

覺得沒有錯誤,

得到的結果是各個rem的,qty的合計

8樓:匿名使用者

實在看不表白你要表達什麼

這句SQL附近語法錯誤如何修改

delete from t paiban where id in num 103 and theweek 40 你要明白delete 後面條件是什麼意思。id in id的集合 那麼你現在 num 103 and theweek 40 這部是id的集合,也是不成立的等式條件,delete from ...

請幫忙檢查語法錯誤

1.i will never forget in my life i would never forget in my life 2.later change my mind later changed my mind 3.once 去掉 4.who sit near by who sat near...

看看有沒有語法錯誤

有點小錯誤。the hyena fights with the bear,though the bear is big and strong the hyena is good at throwing。so the hyena throws her down though the bear is b...