I have 1 table with 3 fields: date, userid, and a number. I would like an sql query 
result with the userid for the first column followed by 1 column for each date and all 
corresponding numbers displayed for that userid for that date. Is there a way to do 
this using just sql and not php or some other add on programming language?
 
Does anyone have a canned sql example for this type of situation?
 
Can you think of any key phrases I can use to search for sql solutions to this type of 
problem? Any idea if this type of problem has a particular name? It seems kind of 
basic.
 
Thanks,
Daniel


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to