Check whether your table DISTRICT really has mixed uppercase/lowercase column 
names (countyNbr, districtNbr). If so, those column names should be surrounded 
by quotation marks ("countyNbr", "districtNbr").

You might want to try something like this in SQLPLUS:
DESC DISTRICT
SELECT t0_o."countyNbr", t0_o."districtNbr" FROM DISTRICT t0_o WHERE 
(t0_o."districtNbr" = 99);

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884596#3884596

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884596


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to