Re: [BUGS] Error in sql sintax

2004-11-13 Thread Stephan Szabo
On Tue, 9 Nov 2004, [iso-8859-1] Abaco informática s.a. wrote: > this sentence is accepted by postgresql sintax analizer but we think > that's incorrect: > > select * from table T where T.field = table.field_1 > > it take the result as an inner join between 'T' and 'table' which not > exist ... j

[BUGS] Error in sql sintax

2004-11-13 Thread Abaco informática s . a .
this sentence is accepted by postgresql sintax analizer but we think that's incorrect:   select * from table T where T.field = table.field_1   it take the result as an inner join between 'T' and 'table' which not exist ... just exists 'T'.   this occurs in linux versions and windows ve