Hi,
I need help with selecting the following rows from a table looking like this:
ID IP
Query 1 -> 1 2.2.2.2
(ie first IP 1 1.1.1.1 <- Query 2
for each ID) 1 3.3.3.3 (ie second IP for each ID)
-> 2 5.5.5.5
2 6.6.6.6 <-
-> 3 4.4.4.4
3 8.8.8.8 <-
-> 4 7.7.7.7
I can't seem to think of any good way to make the queries, help please!
//Henrik
I need help with selecting the following rows from a table looking like this:
ID IP
Query 1 -> 1 2.2.2.2
(ie first IP 1 1.1.1.1 <- Query 2
for each ID) 1 3.3.3.3 (ie second IP for each ID)
-> 2 5.5.5.5
2 6.6.6.6 <-
-> 3 4.4.4.4
3 8.8.8.8 <-
-> 4 7.7.7.7
I can't seem to think of any good way to make the queries, help please!
//Henrik
Comment