You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select bname, fromLoc,toLoc,dep_date,dep_time,type_ac,type_sl,fare,(b.maxseats-(select count(rid) from reserves where rid=r.rid)) as aval from bus b,route r where r.bid=b.bid and r.fromLoc='Ahmedabad' and r.toLoc= 'Bangalore' and r.dep_date = '2015-04-26'
?>
(b.maxseats-(select count(rid) from reserves where rid=r.rid))