公交车路线查询系统后台之软件数据库设计[3]

发表于:2009-09-09来源:作者:点击数: 标签:系统数据库设计路线后台软件

公交车路线查询系统后台之软件数据库设计[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''

  运行结果:

    

原文转自:http://www.ltesting.net