Here is my code:
OQLQuery query = odmg.newOQLQuery();

query.create( "select allObjects from " + LaborLevelDef.class.getName() +  " order by 
" + sortID + " DESC"));

I got this error: line 1: unexpected token: DESC.

Any help is highly appreciated.

Wei Guan

Reply via email to