Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Order by clause is not working in mysql 5 however same working in mysql 4

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi Everybody i was using following code in mysql 4 it was working fine but it is not working with mysql 5.

SELECT Cover "Cover Type" FROM COVER_TYPES order BY "Cover Type"

Your answer is appreciated please help me.

Regards,
Lokesh Kumar Pattajoshi
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
lokesh,
Please do not post the same question in multiple forums. You already have a discussion going on here https://coderanch.com/t/490462/JDBC/java/Order-by-clause-not-working
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic