select salution||' '||firstname||' '||lastname as custName , city as custCity ,state as custState,zip as custZip, dob as custDob ,idhardtoken as custAdarNo from mstuser ;
For the above query I am getting the oracle error ORA-00911: invalid character error while executing a query from java class file. What will be the correction for it ?