IHello,
I've a table like this (location withprobably more than i ip address) :
NAME IP_ADDRESS
host1 1.1.x
host1 1.2.x
host2 2.1.x
host2 2.2.x
host3 3.x
host4 4.x
and try to get this output (but only with db2, not with awk, sed or sth
similar nice UNIX tool) :
host1 1.1.x 1.2.x
host2 2.1.x 2.2.x
host3 3.x
host4 4.x
I' am really struggling but didn't found a solution yesterday evening
.... :-(
--
Toralf Förster
pgp key 0x7DB69DA3
I've a table like this (location withprobably more than i ip address) :
NAME IP_ADDRESS
host1 1.1.x
host1 1.2.x
host2 2.1.x
host2 2.2.x
host3 3.x
host4 4.x
and try to get this output (but only with db2, not with awk, sed or sth
similar nice UNIX tool) :
host1 1.1.x 1.2.x
host2 2.1.x 2.2.x
host3 3.x
host4 4.x
I' am really struggling but didn't found a solution yesterday evening
.... :-(
--
Toralf Förster
pgp key 0x7DB69DA3
Comment