Hi,

As I told you, I know how to avoid this. But I can't rewrite these
queries. That's my problem...

Thanks for your attention.

Regards,
Bruno

On 8/17/07, Joe Wilson <[EMAIL PROTECTED]> wrote:
>  SELECT t_dados.id
>  FROM Points1 LEFT JOIN t_dados ON Points1.object_id = t_dados.id
>  ORDER BY t_dados.id, Points1.geom_id;
>
> --- "Bruno S. Oliveira" <[EMAIL PROTECTED]> wrote:
> > I'm having problems with the following query (and, in general, in
> > queries using left joins):
> >
> > [EMAIL PROTECTED]:~$ sqlite3 parana
> > SQLite version 3.4.1
> > Enter ".help" for instructions
> > sqlite> SELECT t_dados.id FROM (Points1  LEFT  JOIN t_dados ON
> > Points1.object_id = t_dados.id) WHERE  1 = 1  AND  1 = 1   ORDER BY
> > t_dados.id, Points1.geom_id;
> > SQL error: no such column: t_dados.id
>
>
>
>
> ____________________________________________________________________________________
> Looking for a deal? Find great prices on flights and hotels with Yahoo! 
> FareChase.
> http://farechase.yahoo.com/
>
> -----------------------------------------------------------------------------
> To unsubscribe, send email to [EMAIL PROTECTED]
> -----------------------------------------------------------------------------
>
>


-- 
/**
 * Bruno S. Oliveira
 * Bacharel em Ciência da Computação
 * Mestrando em Inteligência Computacional
 * http://www.inf.ufpr.br/brunoso/
 *
 * http://www.last.fm/user/bsoliveira/
 */

Reply via email to