Thread: SQL query help
View Single Post
  #5  
Old April 2, 2010, 07:55 PM
Omio's Avatar
Omio Omio is offline
Banned
 
Join Date: February 25, 2006
Location: London, UK
Favorite Player: Only Ashraful & Me
Posts: 4,428

One more:
How will I count multiple column from same table?
For instance,
Library item can be borrowed under borrowing category of short loan and ordinary loan. How would I produce a list of all library item under that category. And output will be the name of category and total number of item.

So, I have the table name "Borrowing_catg". This are the four collumn: b_catg_id, Shortloan_id, ordinaryL_id and library_item.
Reply With Quote