我的問題是像this question但我從不同的表中讀取數據: Name ID Subject-name obtained-marks
gumman 9 English 3
gumman 9 Islamic-Studies 4
gumman 9 Pak Studies 3
我想這樣的輸出: ID Name English Islamic-Studies Pak-studie
我想要把操縱表格數據變成更具視覺吸引力的格式輸出。這可能是問題的一部分,因爲我想要的可能是針對單獨的報告軟件。 我有一個表,看起來像這樣 teacher student
----------------------
teacher1 Bob
teacher1 Jim
teacher2 Sam
teacher3 Bill
teacher3 John
teacher3 Eric
我想
可能重複: How can i made a pivot for this 我有一個表的下面提供 ID | value | Name
--------+---------------+------------------
1 Digital Model
1 companyA Manufacturer
2 Analog Model
我已閱讀了很多文章,但仍無法獲得所需的結果。 我想根據用戶在前端選擇的日期FromeDate和ToDate顯示包括重量,pulsOx,bp和測量在內的所有數據,包括冗餘行。因此,列將被調整爲FromDate和ToDates之間的不同日期每次都不一致。 我應該做些什麼改變?請儘快幫忙。提前致謝。 這裏是我的SQL存儲過程: declare @Id int
declare @FromDatesp d
請幫我這個。 我擁有的數據是: ID Name TotalCost
---- ---------------- ----------
1 Wash, Dry & Fold 175.00
2 Hand Wash and Fold 275.00
3 Pressing Only 25.00
4 Hand Wash and Fold 205.00
5 Dry Clea
我在T-SQL開發的支點,其下方類似於刪除空列: MaturityBand AAA AA+ AA AA- A+ A A- Grand_Total
Less than 1 yr NULL NULL NULL NULL NULL NULL 7.92 7.92
1 to 5 yrs NULL NULL 0.44 NULL NULL 1.95 8.96 11.35
5 to 10 y
想象我有這個表: Column A | Column B | Column C
------------------------------
111 X 10
111 Y 12
我如何可以查詢該表顯示的結果像這樣: Column A | X | Y
-----------------------------------
111 10