hello, i have this structure

Code:
mysql> select id,refer,ip,date from logs;
+-----+-------------------------------------------+----------------+---------------------+
| id  | refer                                     | ip             | date                |
+-----+-------------------------------------------+----------------+---------------------+
| 354 | http://www.google.com                     | 125.122.211.11
...