0

以下のクエリでは、次のエラーが発生します。

メッセージ 156、レベル 15、状態 1、行 3: キーワード「in」付近の構文が正しくありません

クエリ:

SELECT shedule.shedulId, shedule.shedudate, shedule.hometeam, shedule.awayteam
FROM shedule
where in
(Select homeplay.shedulId from homeplay, shedule where shedule.shedulId != homeplay.shedulId);
4

5 に答える 5