Re: [BUGS] BUG #4247: (Possible) SQL miscontruct not flagged

2008-06-17 Thread Tom Lane
"J6M" <[EMAIL PROTECTED]> writes: > PostgreSQL version: 8.1.13 > I wrote : > select distinct(ean13),(select count(*) into zz from fiart where > ean13=a.ean13) as n from fiart as a ; > I am not an expert in the most intricate shades of the SQL language. Should > the SQL interpreter not flag the q

[BUGS] BUG #4247: (Possible) SQL miscontruct not flagged

2008-06-17 Thread J6M
The following bug has been logged online: Bug reference: 4247 Logged by: J6M Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.13 Operating system: Linux x86-64 Description:(Possible) SQL miscontruct not flagged Details: Hi, This European afternoon, I was tr