標題:
[發問]
select parameter找不到資料
[打印本頁]
作者:
Ataru
時間:
2018-4-27 15:05
標題:
select parameter找不到資料
有兩個資料表
表一:
Item P1 P2
1 0.279 0.515
2 0.245 0.334
3 0.247 0.326
4 0.283 0.318
5 0.272 0.334
表二:
Item P1 P2 P3 P4 P5
1 0.217 2.5 2.5 0.215 2.5
2 0.252 2.5 2.5 0.167 0.282
3 0.225 2.5 2.5 0.205 0.234
4 0.239 2.5 0.3 0.188 2.5
5 0.217 2.5 2.5 0.239 2.5
搜尋兩個資料夾Item為1的資料:
Select Item P1,P2,P3,P4,P5 from 表二 where Item=1
Select Item P1,P2,P3,P4,P5 from 表一 where Item=1
由於表一的資料只有到P2,所以會跳出無法執行的對話窗,請問如果找不到資料要怎麼傳回"NA"而不讓程式當掉呢?
謝謝
歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)