我想從兩個表中選擇沒有任何公共元素 我在嘗試此代碼,但在'''附近得到不正確的語法。 select top 1 inventory.name, customer.name
from inventory
where inventor.name='test' , customer where customer.name='test2'
由於我在Nvarchar內部使用了Int變量,因此我有這段代碼出錯。如果我使用 CAST(CAST(COALESCE(@FattAnnoCorrente) as int) as varchar(255))
我,而不是讓這些錯誤 Conversion failed when converting the nvarchar value 'ANNO 2016 -' to data type int.
我想選擇查詢返回的行數的計數。查詢是 Select
a.itm_cd, max(b.doc_num) ,max(c.text)
from
ist b, itm_trn a, ist_cmnt c
where
a.ist_seq_num = b.ist_seq_num
and a.ist_seq_num = c.ist_seq_num
and a
The table with the data that I have 添加列的值,並顯示相加的結果在上表中我有列:weekNumber,weeklyHours,points_Rewarded。 有四種員工:A,B,C,D 我有week1,week2,譯員更加值,依此類推(I可以有更多的周也如week4,week5數據,等) 我想編寫一個查詢,使得經過查詢之後,我得到的總的weeklyHours和