phpbar.de logo

Mailinglisten-Archive

Probleme mit Sortierung

Probleme mit Sortierung

Jochen Metzger mysql-de_(at)_lists.bttr.org
Tue, 13 Aug 2002 13:58:36 +0200


Hi Leude,

ich möchte nach einer Spalte sortiert ausgeben (absteigend), deren Werte den
folgenden Inhalt haben:

| 9026-P405/C8  |
| 9026-P405/C9  |
| 9026-P405/C10 |

Nun sieht aber die Sortierung mit dieser query:
=====================================
select content_group from st_ad_content_group where content_group like
"9026-P405/C%" order by content_group desc;

so aus:
======
9026-P405/C9  |
| 9026-P405/C8  |
| 9026-P405/C10 |

Ich will die Sortierung aber so:
| 9026-P405/C10 |
9026-P405/C9  |
| 9026-P405/C8  |

Geht das irgendwie?
Grüße

Jochen Metzger


P.S. Anbei ein Dump
CREATE TABLE st_ad_content_group (
  id int(7) NOT NULL auto_increment,
  content_group varchar(40) NOT NULL default '',
  content_group_nr int(3) NOT NULL default '0',
  bound_to_table varchar(40) NOT NULL default '',
  bound_to_field varchar(40) NOT NULL default '',
  st_order_basic_ordernr int(8) NOT NULL default '0',
  st_ad_product_basic_id int(4) NOT NULL default '0',
  shops_booked int(4) NOT NULL default '0',
  st_status_code_id int(2) NOT NULL default '0',
  PRIMARY KEY  (id)
) TYPE=MyISAM COMMENT='List of contentnr (used for orders)';

#
# Dumping data for table 'st_ad_content_group'
#

INSERT INTO st_ad_content_group VALUES
(2,'9026-P405/C1',0,'','',9026,405,0,1);
INSERT INTO st_ad_content_group VALUES
(3,'9026-P405/C2',0,'','',9026,405,0,1);
INSERT INTO st_ad_content_group VALUES
(4,'9026-P405/C3',0,'','',9026,405,0,1);
INSERT INTO st_ad_content_group VALUES INSERT INTO st_ad_content_group
VALUES (11,'9026-P405/C10',0,'','',9026,405,0,1)


---
Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter
-->>  http://www.4t2.com/mysql 



php::bar PHP Wiki   -   Listenarchive