ASC + DESC gleichzeitig

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ASC + DESC gleichzeitig

    ... ORDER BY id,name,ort ASC

    Das heißt ja auch nur, dass er in eine Richtung sortiert.

    Wie ist es aber, wenn ich id ASC brauche, name DESC und ort wieder ASC?

  • #2
    Re: ASC + DESC gleichzeitig

    ORDER BY id ASC, name DESC, ort ASC
    I don't believe in rebirth. Actually, I never did in my whole lives.

    Comment

    Working...
    X