You can try to use two "subqueries" and an union ala
SELECT * FROM tab where c>0 ORDER by C UNION ALL SELECT * FROM tab where
c=0;
Hagen
dan orlic wrote:
i have an question about ordering a set of records...
ab c d
-
1
I do not believe that your problem is based on your hardware but ...
Inserting data requires to reorganize your indexes. Please try to drop
them (only for testing ;-) )
Hagen
Carlos Augusto wrote:
Well that´s me again with a new problem. I am runnig another database
with 7gb of data and this db
pache 2, Windows XP , Mysql 4.1, php5;
Thank you,
Regards
Shiva
- Original Message -
From: "Hagen Hoepfner" <[EMAIL PROTECTED]>
To: "Shiva" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, November 19, 2004 3:26 PM
Subject: Re: Basic Proble
Dear list,
perhaps there is some one who can help me ;-) I currently try to
understand the structure of .frm-Files. As I understood the
documentation correctly this file contains the data dictionary which is
independend from the storage engine (MyISAM, InnoDB, etc.). Is there any
online article
It seems that you PHP was compiled without mysql-support ... please take
a look at the php-documentation.
Shiva wrote:
Hallo Everyone,
I'm facing this basic problem for connecting the Mysql4.01 Database using Php5;
The browser shows the following error;
mysql_connect("localhost", "root") or
ction Failed: Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (13) in
/usr/local/httpd/htdocs/gutefrage/secure/statistic.php on line 19
What can I do?
Hagen
--
Hagen Hoepfner Uni MD / FIN / ITI / AG DB
---