Select a record where a field contains a specific IP.
where field regexp IP
gives multiple matches
I do not have clue as to the unexpected results
where field regexp IP
gives multiple matches
I do not have clue as to the unexpected results
Code:
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 |
| 10.100.101.171 |
. . . and on and on . . .