Re: Desperate Sum(), Group by/Join question - One Step closer...

2003-03-11 Thread Peter D Bethke
Ok, in regards to my previous dilemma, I've gotten it to: SELECT golf_pick_periods.id, golf_pick_periods.period_name, golf_pick_periods.period_start_date, golf_pick_periods.period_end_date, COUNT(DISTINCT golf_events.id) AS num_events, COUNT(golf_pla

Desperate Sum(), Group by/Join question

2003-03-11 Thread Peter D Bethke
r the periods and in each period counting the picks. Help! Best, Peter D Bethke - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To reque

Desperate Sum(), Group by/Join question

2003-03-11 Thread Peter D Bethke
r the periods and in each period counting the picks. Help! Best, Peter D Bethke - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To reque

CASE statement within SUM()

2003-03-07 Thread Peter D Bethke
l_sum (Of course this doesn't seem to work, but it's the best I can approximate) Any help, much much appreciated. Best, Peter D Bethke - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Multi-table summary SQL problem/question

2003-01-24 Thread Peter D Bethke
;win" (ie a correct guess) or a "loss" (incorrect guess). Then sum that result over time to determine player rankings, ie the player with the most "wins" is at the top of the list. Any input, general direction or (best

Re: Failed Config on Mac OSX

2003-01-15 Thread Peter D Bethke
Russell, Sounds like you don't have developer tools installed. You need the developer tools to build mysql on OSX. Though I think you can get hold of a pre-built distro as well - try versiontracker to find the link. Peter > This is my first time installing MySQL. > > I'm attempting to install M

Use a function?

2002-12-26 Thread Peter D Bethke
Hello all, I'm creating a db to track a contest involving sports teams and scores. My table "matchups" has columns for team1_id, team2_id, team1_score and team2_score. I can write a simple calculation using the api I use (Lasso - similar in function to php) and display the results programmatical

Re: MySQL remote connect

2001-06-01 Thread Peter D Bethke
in to NT as the user in the GRANT statement. Help! Peter > From: Sinisa Milivojevic <[EMAIL PROTECTED]> > Date: Fri, 1 Jun 2001 21:31:48 +0300 (EEST) > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: MySQL remote connect > > Peter D Bethke writes: >&

MySQL remote connect

2001-06-01 Thread Peter D Bethke
Hello all, I'm running MySQL on SuSE Linux 7.0. I've been unable to connect to MySQL from a client on a remote system (both systems behind the firewall) using a username/pw set up locally using the GRANT ALL ON *.* TO user@% identified by "password" command. I know this is a big security hole t