On Mar 21, 2008, at 12:17 PM, Derek Developer wrote:

> In trying to break my code with the seinfeld database examples, I  
> found this.
> SELECT f.name as food, e1.name, e1.season, e2.name, e2.season FROM  
> episodes e1, foods_episodes fe1, foods f, episodes e2,  
> foods_episodes fe2
> Why does this put SQLite into an endless loop?

Why do you figure it is an infinite loop? From the looks of the
query it is probably just returning a very large number of rows.

Dan.


> (I am not using the shell tool, just preparing the statement as is  
> and stepping throug the rows)
>
>
>
> ---------------------------------
> Looking for last minute shopping deals?  Find them fast with Yahoo!  
> Search.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to