0
我有兩個表:展開的OData
T1 with attributes: commonG, g1, g3,g7,g8
T2 with attributes: commonG, g2,g5,g6
WHERE T1.commonG是一樣T2.commonG, 此查詢:
select t1.commonG, T1.g1, T2.g2
from T1 and T2
where T1.g3=777 and T1.commonG=T2.commonG
所以我想用訪問此選擇數據對於一些g3值,odataquery的。