From: | Vibhor Kumar <vibhor(dot)kumar(at)enterprisedb(dot)com> |
---|---|
To: | tejas tank <tejas(dot)tank(dot)mca(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Critical Bug |
Date: | 2011-04-06 13:44:34 |
Message-ID: | 39114000-F477-46A8-BE4C-A743B30A7DFF@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Apr 6, 2011, at 4:21 PM, tejas tank wrote:
> ERROR: more than one row returned by a subquery used as an expression
> ********** Error **********
> ERROR: more than one row returned by a subquery used as an expression
> SQL state: 21000
Error Message is showing that you are using subquery with single comparison operator (like "=" ) in condition clause.
Please share the query which is giving this error message
Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
vibhor(dot)kumar(at)enterprisedb(dot)com
Blog:http://vibhork.blogspot.com
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2011-04-06 14:02:44 | Re: forums.postgresql.com.au |
Previous Message | Jon Smark | 2011-04-06 13:43:44 | Functions as first-class values |