Thanks for everybody's input, I will test these things out tonight...

On Mon, Mar 3, 2008 at 3:53 PM, Igor Tandetnik <[EMAIL PROTECTED]> wrote:

> > SELECT data FROM LIST l
> > INNER JOIN MAIN m ON l.mid = m.id
> > WHERE m.name = "something";
>
> The two statements are not equivalent: they produce different results if
> there's more than one record in MAIN with name='something'
>

I guess this was one criteria that was not specified.  'name' is intended to
be unique as well. Should I redeclare my table to reflect as much? Would
that improve performance any?

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

Reply via email to