0
我使用了下面的查詢並得到如下的異常。索引中缺少IN或OUT參數:: 2
值java.sql.SQLException:缺少IN或OUT參數的指數:: 2
請幫助。
select s.ship_id from SHIP S where S.ship_id not in (SELECT ship_id FROM ship WHERE notes1 IS NOT NULL
AND notes1 IN (select notes1 from ship WHERE SHIP_ID <> ?))
AND S.SHIP_ID = ?
添加您用來調用它的代碼。 –
你需要用兩個參數來調用它。 –