GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Data Access

 Print  |  
Question:  There is a field of type character in the table, but we are storing numeric values like (Roll number) in this field, so if we want to sort the field (in java) according to numbers.How?

Answer: by creating a function for sorting in the front end(guessing, i am not sure. plz answer it)


February 02, 2006 03:43:44 #1
 e.gomathi   Member Since: Visitor    Total Comments: N/A 

RE: There is a field of type character in the table, b...
 
select to_number() from order by ;
     

 

Back To Question