Staredit Network > Forums > Technology & Computers > Topic: Database Help (mySQL)
Database Help (mySQL)
Nov 7 2008, 1:33 am
By: KilaByte  

Nov 7 2008, 1:33 am KilaByte Post #1



I'm in a database management class at college and I'm on my final question but I'm having some trouble.

The problem is:
How many films were rented each month during 2005?

This is on a pre-made database for a film rental store.
I can get SQL to print out the dates and how many movies were rented each day. But how do I group those dates by month?
I.E. Instead of getting

Quote
Rental Date
Films Rented

5/24/2005
8

5/28/2005
30

5/30/2005
45

I want it to appear like this

Quote
Rental Month
Films Rented

5
83

How can I group dates like that?

My current SQL query.

Quote
SELECT rent_date AS 'Rental Date', COUNT(rent_date) AS 'Films Rented'
FROM rental
GROUP BY rent_date

rent_date in the table is the only information I can use as far as Dates go and they are listed by month/day/year.
I counted rent_date because the date is repeated in the table for every time a movie was rented.

I would prefer to display '5' as May and '6' as June but its not required.

(This may be easy for some of you but I'm fairly new to databases so bear with me)



None.

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[10:41 am]
ManCubuS -- Seems like something's broken regarding the site then. Sadge...
[07:36 am]
Oh_Man -- have i ever told u guys my SC2 pro-gamer story
[11:30 pm]
Ultraviolet -- That's strange, it looks like you targeted the base image file (sometimes people make the mistake of just using the imgur page link which doesn't work for embedding) but it still didn't work it sounds like.
[2026-7-26. : 3:34 pm]
ManCubuS -- Used : " [img=https://i.imgur.com/gpOjTuD.jpeg] "
[2026-7-26. : 3:28 pm]
ManCubuS -- Even tried with imgur, doesn't attach.
[2026-7-26. : 3:14 pm]
ManCubuS -- I should try a workaround, thanks! Sadly imgur is blocked in my country for some unknown reason.
[2026-7-26. : 3:05 pm]
NudeRaider -- I think SEN has trouble with https or hotlinking is forbidden. It certainly is nothing about the size, it just fails to get any size. You can get it working if you use imgur and include the actual image link for the img tag. Like this: [img=https://i.imgur.com/ddYqXZa.jpeg]
[2026-7-26. : 11:15 am]
ManCubuS -- Hey fellas! Anyone knows why when I try to upload an image it says "failed to get image size"? I even tried making it so small. Imgur isn't working here and I tried postimg no luck.
[2026-7-23. : 6:40 am]
Oh_Man -- true
[2026-7-23. : 3:16 am]
RIVE -- Still annoyed there was never a trigger to stop or pause wavs.
Please log in to shout.


Members Online: lil-Inferno