lyric0n
Technical User
- Dec 28, 2005
- 74
I have a table that looks like this...
127.0.0.1 192.168.1.1
127.0.0.2 192.168.1.1
127.0.0.3 192.168.1.2
Using distinct statements, I can get it so it looks like
192.168.1.1
192.168.1.2
Now I need a way that I can count how many rows are there...I've tried just adding the count(column) but it gives back errors and doesn't report what I want.
I appreciate the help.
127.0.0.1 192.168.1.1
127.0.0.2 192.168.1.1
127.0.0.3 192.168.1.2
Using distinct statements, I can get it so it looks like
192.168.1.1
192.168.1.2
Now I need a way that I can count how many rows are there...I've tried just adding the count(column) but it gives back errors and doesn't report what I want.
I appreciate the help.