phpbar.de logo

Mailinglisten-Archive

[php] Re: SQL-Ausgabe nach IP-Nummern sortieren.

[php] Re: SQL-Ausgabe nach IP-Nummern sortieren.

Kristian =?iso-8859-1?Q?K=F6hntopp?= kk_(at)_netuse.de
Thu, 02 Sep 1999 17:43:49 +0200


Martin Ramsch wrote:
> Hmm, da scheint sich Deine MySQL-Version zu verrechnen!
> | 193.98.110.1   | 3244453377 |
> | 193.174.3.10   | 3249406730 |
> sollte es sein.  (Hier MySQL V3.22.19b).

mysql> alter table iptest change ipnr ipnr bigint;
mysql> update ...
mysql> select * from iptest order by ipnr;
+----------------+------------+
| ip             | ipnr       |
+----------------+------------+
| 1.2.3.4        |   16909060 |
| 10.11.12.13    |  168496141 |
| 100.101.102.10 | 1684366858 |
| 111.10.3.10    | 1862927114 |
| 111.11.1.0     | 1862992128 |
| 193.98.110.1   | 3244453377 |
| 193.174.3.10   | 3249406730 |
+----------------+------------+
7 rows in set (0.00 sec)

Kristian

-- 
Kristian Köhntopp, NetUSE Kommunikationstechnologie GmbH
Siemenswall, D-24107 Kiel, Germany, +49 431 386 436 00
Using PHP3? See our web development library at
http://phplib.shonline.de/ (GPL)


php::bar PHP Wiki   -   Listenarchive