求SQL语句,二表连接

查找信息表的这些字段

FlightNo,Leavecity(出发地),Destination(目的地),LeaveTime,LandTime,Price

出发地与目的地显示地名


RISEBY
浏览 631回答 1
1回答

红颜莎娜

select FlightNo,(select CityName from B where B.id=A.airwaysid) as Leavecity,(select CityName from B where B.id=A.Destination) as DestinationLeaveTime,LandTime,Pricefrom A
打开App,查看更多内容
随时随地看视频慕课网APP