book/site recommendations for learning about doing complex queries in MySQL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NotGiven

    book/site recommendations for learning about doing complex queries in MySQL

    Please recommend books or web sites to learn more about how to do complex
    queries using MySQL. A potential client needs lots of summarizations and
    sub-queries.

    Many thanks.


  • steve

    #2
    Re: book/site recommendations for learning about doing complex q

    "NotGiven" wrote:[color=blue]
    > Please recommend books or web sites to learn more about how to do
    > complex
    > queries using MySQL. A potential client needs lots of[/color]
    summarizations[color=blue]
    > and
    > sub-queries.
    >
    > Many thanks.[/color]

    While I cannot offer recommendation on any books, let me suggest the
    following.

    From what you are saying, the client may be looking ad-hoc querying
    and flexible reporting. If so, may want to look at OLAP (online
    analytical processing), and tools like Business Object. Somehow your
    client may never be satisfied with static reports that can be produced
    with a combo of php & mysql.

    --
    http://www.dbForumz.com/ This article was posted by author's request
    Articles individually checked for conformance to usenet standards
    Topic URL: http://www.dbForumz.com/PHP-SQL-book...ict141953.html
    Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=474838

    Comment

    Working...