Results 1 to 9 of 9

Thread: Database stuff...MySQL

  1. #1

    Database stuff...MySQL

    Anyone familiar with extracting data from tables? This class is kicking my arse and finding the right wording to extract this data is a pain. If anyone is willing to help it would be highly appreciated!
    Quote Originally Posted by fustercluck View Post
    I like sporking from behind.   

  2. #2

    Re: Database stuff...MySQL

    Are you just trying to write queries or dump it into a csv or excel? What tools are you using also.
    Brian

  3. #3

    Re: Database stuff...MySQL

    Just trying to write the queries...we use a free tool from school called aquadata studio and we run through the apache server. We also use MySQL Server 2000/5 mainly since MySQL requires different syntax and wording.

    Here is a sample question from the homework:

    Find out how many times a certain staff member waited on each customer. Only include those where the staff member waited on them over 22 times. Order the output by the customer number. List the customer number, the staff number, and the number of times they were waited on.

    I got an ER Diagram printed out to let me know which things link the tables. We are doing counts and order by's in aggregates so its getting tougher..
    Quote Originally Posted by fustercluck View Post
    I like sporking from behind.   

  4. #4

    Re: Database stuff...MySQL

    post up the diagram.
    Lance
    TLCA Member

    2003 4Runner SR5 4x4 Chaos Edition
    2000 Toyota Landcruiser
    19xx M416 Trailer

    Chaos Edition Profile
    Operation Rebuilding Chaos Edition
    01001001001001110110110100100000011000010010000001 11011101100101011000100111011101101000011001010110 010101101100011001010111001000100001

  5. #5

    Re: Database stuff...MySQL

    Quote Originally Posted by fustercluck View Post
    I like sporking from behind.   

  6. #6

    Re: Database stuff...MySQL

    You are pretty much doing stuff as complicated as I ever have to do, not sure i'm going to be much help.
    Brian

  7. #7

    Re: Database stuff...MySQL

    This is a pain..I like web design more!
    Quote Originally Posted by fustercluck View Post
    I like sporking from behind.   

  8. #8

    Re: Database stuff...MySQL

    Are you writing SQL queries or a PHP script to run the results?
    2010 Sequoia Limited Black - Bils UCA & Shocks, Borla Cat back, Morimoto Headlights
    2019 4Runner TRD Off Road Premium Dark Blue w/TRD Gunmetal Wheels - Kings/OME, 285/70R17 Nitto Ridge Grapplers, SSO BMC, TRD Skid, Victory 4x4 Blitz Sliders and Front Bumper, BD Fogs & Light Bar, Morimoto Headlights, Prinsu Rack
    2023 Tacoma Trail White w/Bronze wheels - CBI T3 Side Steps

  9. #9

    Re: Database stuff...MySQL

    SQL queries to extract data from tables.I've been working with Lance and he is helping tremendously...but some small things were trying to figure out.
    Quote Originally Posted by fustercluck View Post
    I like sporking from behind.   

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •