猿问
求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
0
0
0
随时随地看视频
慕课网APP
相关分类
.NET
.net 中 字符串含有超链接,如何给超链接自动加上a标签?
1 回答
请问.net 中用jquery传值安全吗?
2 回答
我要回答