Greg Morphis <[EMAIL PROTECTED]> wrote:
> I've been playing around with SQLite for a few days now.. It's pretty
> impressive.
> I was curious if there were any plans to support right outer joins and
> full outer joins?
> I was hoping to utilize SQLite for a couple home projects I have
> created in Postgres.
> I don't think I need a huge horse like Postgres for what I'm doing but
> in a couple queries I use right outer joins.

Chances are high these queries could be reformulated in terms of left 
joins, if you are willing to consider such an approach.

Igor Tandetnik 



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

Reply via email to