Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Migration from SQLite Help (Left Join)



=?ISO-8859-1?Q?Nis_J=F8rgensen?= <nis(at)superlativ(dot)dk> writes:
> The problem seems to be that you expect

> SELECT a
> FROM b,c LEFT JOIN d

> to be interpreted as

> SELECT a
> FROM (b CROSS JOIN c) LEFT JOIN d

The depressing part of this report is that it sounds like sqlite has
emulated this bit of mysql brain-damage ...

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group