Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. skezza

    AVG

    Hi Guys, Thanks for the help with the last query, hopefully I am on my way to completing this now. I need to make an QUERY to deduce the average ticket sales sold. As each ticket has a date assigned to it, i obviously first need to count the tickets and group them by the park name. I've done...
  2. skezza

    GROUP BY PROBLEM

    Hey Guys, Great looking forum, hope you can help me with this. I am trying to do a GROUP BY, but not having much luck. SELECT `tblAttraction`.`AttractionName`, max(`tblAttraction`.`AttractionCapacity`), `tblAttraction`.`AttractionMinAge`, `tblThemePark`.`ParkName` FROM `tblThemePark` LEFT...

Part and Inventory Search

Back
Top