MySQL Forums
Forum List  »  Knowledge Base

java.sql.sqlException: the used select statements have different number of columns
Posted by: Sethumadhavan Vasudevan
Date: July 31, 2007 11:34PM

Hi All

java.sql.sqlException: the used select statements have different number of columns

i got the above exception when i try to execute

select min(wrk_count), wrk_rev into review from tp_workflow where wrk_prepby = CreBy and wrk_projname =ProjName group by wrk_apr limit 1;

The query was in a procedure.

Please Help me....

Thanks
Sethumadhavan

Options: ReplyQuote


Subject
Views
Written By
Posted
java.sql.sqlException: the used select statements have different number of columns
6296
July 31, 2007 11:34PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.