Please ignore this question - sorry, it does actually work.
However, I still have no suggestions on whether I should try to uninstall
Apache 2.0.47 and install the 1.x version to be compatible with PHP.
***previous query***
... while setting PHP/MySQL/Apache up on my computer to try solve this I've
just noticed that PHP is not recommended with the latest verion of Apache.
Should I/can I just uninstall Apache in order to roll it back from the
2.0.47 version to the previous stable 1.x version? I don't see any uninstall
file in the Apache directory...
***
or can I just install the earlier version on my computer as well?
John
-----Original Message-----
From: Dillon, John
Sent: 21 August 2003 16:12
To: [EMAIL PROTECTED]
Subject: DISTINCT not working
Any ideas on why the DISTINCT would not work in the following testing code:
$query="CREATE TABLE IF NOT EXISTS temp3TEMP
SELECT DISTINCTROW ROUND($tbl2.Net*.175,2) AS ExpNet175,
CONCAT($tbl2.Journal,$tbl2.Description) AS CON175
FROM $tbl2
WHERE $tbl2.Dept='$rcc'
AND $tbl2.Net>0";
$query="CREATE TABLE IF NOT EXISTS temp3
SELECT DISTINCTROW temp3TEMP.ExpNet175,
LEFT(temp3TEMP.CON175,2048) AS CON175
FROM temp3TEMP
ORDER BY temp3TEMP.CON175";
John
�������������������������������������������http://www.cantor.com
CONFIDENTIAL: This e-mail, including its contents and attachments, if any, are
confidential. If you are not the named recipient please notify the sender and
immediately delete it. You may not disseminate, distribute, or forward this e-mail
message or disclose its contents to anybody else. Copyright and any other intellectual
property rights in its contents are the sole property of Cantor Fitzgerald.
E-mail transmission cannot be guaranteed to be secure or error-free. The sender
therefore does not accept liability for any errors or omissions in the contents of
this message which arise as a result of e-mail transmission. If verification is
required please request a hard-copy version.
Although we routinely screen for viruses, addressees should check this e-mail and
any attachments for viruses. We make no representation or warranty as to the absence
of viruses in this e-mail or any attachments. Please note that to ensure regulatory
compliance and for the protection of our customers and business, we may monitor and
read e-mails sent to and from our server(s).
For further important information, please read the Important Legal Information and
Legal Statement at http://www.cantor.com/legal_information.html
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php