Just a quick question, how do I divide the results of these two queries
together ?
(select count (*) as ontime from schedule where actualarrivalda te <=
estimatearrival date)
(select count (*) as total from schedule)
Thanks for any help
Robert
together ?
(select count (*) as ontime from schedule where actualarrivalda te <=
estimatearrival date)
(select count (*) as total from schedule)
Thanks for any help
Robert
Comment