logo       

Sortierreihenfolge ändern: msg#00010

Subject: Sortierreihenfolge ändern
Hallo,
 
die Frage ist genau so gut in einem SQL Forum aufgehoben, vielleicht hat aber schon jemand von Euch ein ähnliches Problem gehabt.
 
In einer Community können die Mitglieder u. a. nach der Entfernung sortiert werden.
 
Das geschicht mittels
 
SELECT    *,
 (SELECT sqrt( (
    abs( c1.Latitude - c2.Latitude ) * abs( c1.Latitude - c2.Latitude ) *6400 ) + ( abs( c1.Longitude - c2.Longitude ) *
    abs( c1.Longitude - c2.Longitude ) *12100 ) ) AS dist
    FROM add_geoinfo c1, add_geoinfo c2
    WHERE c1.ZipCode = '.$zipCode.'
    AND c2.ZipCode = zip
   ) AS distance
 
FROM  
     (
      (
       (
[...]
 
ORDER BY distance ASC
 
LIMIT [...]
 
 
Das Problem ist, dass User ohne gültige PLZ zuerst angezeigt werden (distance=NULL) und anschliessend die Treffer
in der aufsteigenden Reihenfolge.
 
Wie könnte man zuerst alle User mit gültiger PLZ und anschliessend distance=NULL, also User ohne gültige PLZ anzeigen ? 
 
Das ganze unbedingt in _einem_ SQL Statement, sonst funktioniert das Blättern über LIMIT nicht!
 
Mit freundlichen Grüßen
Martin Feiger
-- 
Mailingliste OpenGeoDB
Listenadresse: opengeodb-r1mDYR0DdAyzQB+pC5nmwQ@xxxxxxxxxxxxxxxx
Informationen: http://opengeodb.de
Mit freundlicher Unterstütztung von php::bar (http://phpbar.de)
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
linux.arklinux....    user-groups.lin...    kde.usability/2...    ietf.ipp/2002-0...    mail.spam.spamc...    os.netbsd.devel...    audio.cd-record...    text.unicode.de...    php.documentati...    games.fps.halfl...    window-managers...    suse.oracle.gen...    bug-tracking.gn...    video.dvdrip.us...    xfree86.cvs/200...    java.netbeans.m...    network.argus/2...    culture.sf.kill...    debian.ports.al...    freebsd.questio...    qplus.devel/200...    handhelds.palm....   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe