公交车路线查询系统后台之软件数据库设计[3] 数据库开发
关键字:路线查询系统 数据库设计
总站点数
from
RouteT0 r1,
RouteT0 r2,
RouteT0 r3
where
r1.StartStop=@StartStop
and r1.EndStop=r2.StartStop
and r2.EndStop=r3.StartStop
and r3.EndStop=@EndStop
end
4.测试
exec InquiryT0 ''S1'',''S2''
exec InquiryT1 ''S1'',''S8''
exec InquiryT2 ''S1'',''S9''
运行结果:
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/