我越來越錯誤,但是問題是什麼。 plz幫我解決這個問題。SQL語句錯誤
select Train_name from TRAIN where Train_id in
(select Train_id from ROUTE where source_distance in (select source_distance from ROUTE where stop_number in
(select Station_id from STATION where Station_name='Kulaura Railway Station')) < source_distance in
(select source_distance from ROUTE where stop_number in
(select Station_id from STATION where Station_name='Saistagonj Railway Station')));
錯誤:
ORA-00907: missing right parenthesis
*Cause: 00907. 00000 - "missing right parenthesis"
*Action: Error at Line: 73 Column: 87
你得到的錯誤是什麼? –
ORA-00907:缺少右括號 00907. 00000 - 「缺少右括號」 *原因: *動作: 行錯誤:73列:87 @Kris Gruttemeyer – Patriotic
在 '<' 符號.....: ( – Patriotic