-1
select *
from easquestionsinfo
where questionname in(select questionname
from easresponseinfo
where isconflict = 'yes')
此查詢工作正常,並返回我的記錄,從表「easquestioninfo」當questionname等於由內部查詢返回的一個返回questionname的地方isconflict =「是」集。
這個問題沒有直接關係,也不符合JSF也不PrimeFaces。 –
你說得對。但是我想在xhtml頁面上使用primefaces標籤顯示這個查詢返回的數據。 –
OnkarY