RE: Problem

2002-02-25 Thread Kevin-Neil Klop
Also, check permissions on the mysql directories to make sure that MySql can actually write into it and that other people can read the mysql.sock file. -Original Message- From: Steve Suehring [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 8:42 AM To: Ricardo Javier Aranibar Le

::grumble:: SQL Problem (bug?) with HAVING clause?

2001-12-19 Thread Kevin-Neil Klop
Here's a conundrum I'm having with MySQL. The following code returns a bunch of records: SELECT sl_Year, sl_DayOfYear, sl_Query, SUM(sl_CountOfOccurrences) AS NumRequests FROM SearchLog GROUP BY sl_Year, sl_DayOfYear, sl_Query one of these records looks li