Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

regexp to match IP

$
0
0
unhappy results!
please help
tried with and without the escape \
:eek:
expected to match exactly the specified IP any where in the field

Quote:

mysql> select d07 from service where d07 regexp '10\.100\.1\.1';
+------------------------------------------------+
| d07 |
+------------------------------------------------+
| 10.100.101.186 on at 2011-06-20 02:12:02 |
| 10.100.101.188 at 2009-05-12 05:12:47 |
| 10.100.101.251 at 2009-03-26 16:00:37 |
| 10.100.101.182 at 10282300 |
| 10.100.101.70 on at 2011-04-25 02:16:27 |
| 10.100.101.59 off since 2012-02-18 18:52:04 |
| 10.100.101.229 on at 2011-10-17 22:40:56 |
| 10.100.101.107 at 2009-12-01 06:09:32 |
| 10.100.101.77 at 2009-05-31 05:10:32 |
| 10.100.101.92 |
| 10.100.101.91 off at 2010-08-07 10:07:57 |

. . . and so on forever!

Viewing all articles
Browse latest Browse all 13329

Trending Articles