Re: [HACKERS] CASE inet << inet ...

2001-01-16 Thread The Hermit Hacker
ah shit, trying to come up with an example, I figured out what I did ... some of the records don't fall into that range, so of course, to_ip isn't, so it just displays teh fron_ip *sigh* I'm going back to sleep now ... :( On Tue, 16 Jan 2001, Tom Lane wrote: > The Hermit Hacker <[EMAIL PROTEC

Re: [HACKERS] CASE inet << inet ...

2001-01-16 Thread Tom Lane
The Hermit Hacker <[EMAIL PROTECTED]> writes: > Just trying to summarize some traffic stats, and am either running the > query wrong, or you can't do this? I can't tell if there's anything wrong with that or not. You didn't show us the input data being used by the CASE expression ...