need an sql query
Posted
by CKeven
on Stack Overflow
See other posts from Stack Overflow
or by CKeven
Published on 2009-11-29T05:20:46Z
Indexed on
2010/03/28
6:03 UTC
Read the original article
Hit count: 212
I currently have two tables: 1. car(plate_number, brand, cid) 2. borrow(StartDate, endDate, brand, id)
I want to write a query to get all available brand and count of available cars for each brand
© Stack Overflow or respective owner