Re: Error 13

2002-01-09 Thread Stephen Abshire
Your new best friend: http://www.phpwizard.net/projects/phpMyAdmin/ Original Message Follows From: "P.Agenbag" <[EMAIL PROTECTED]> To: mysql <[EMAIL PROTECTED]> Subject: Error 13 Date: Wed, 09 Jan 2002 19:13:51 +0200 Hi I have a table that I want to add a new field to while running on

Re: How Query and Fetch work?

2002-01-09 Thread Stephen Abshire
I like the explanation using the automobile and key. Very good :-) Yet at the same time if I understand what effect using the different grades of fuel in my car will have on its performance, I can optimize how the car operates. Much like the original question, if I know when MySQL caches result

Re: count(distinct

2002-01-09 Thread Stephen Abshire
required but I was unable to find anything. Original Message Follows From: Ilic <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: count(distinct Date: Wed, 9 Jan 2002 14:54:12 +0100 Il Tue, 08 Jan 2002 13:23:09 -0500, Stephen Abshire andava dicendo... >>SELECT count

Re: count(distinct

2002-01-08 Thread Stephen Abshire
I don't have MySQL on the computer I am on to test this but you might try rewriting it this way: select count(distinct(ip)) from pole_voit Original Message Follows From: Ilic <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: count(distinct Date: Tue, 8 Jan 2002 18:47:43 +0100 SELEC