On Sun, Jan 31, 2010 at 09:11:21AM -0600, P Kishor scratched on the wall:
> On Sun, Jan 31, 2010 at 8:19 AM, james pruett <gpscru...@gmail.com> wrote:
> > I am writing an open source program.
> >
> > I am having trouble getting any results using this query. This returns 
> > none....

> > select * from signs where lon>-121 and lon<-119;

> Given your data, you need lon >= -120 and lon < -119
> 
> You are not comparing with >=. You are using only >


  That's true, but he's using 121, not 120.

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Our opponent is an alien starship packed with atomic bombs.  We have
 a protractor."   "I'll go home and see if I can scrounge up a ruler
 and a piece of string."  --from Anathem by Neal Stephenson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to