SQL Language (MOSC)

MOSC Banner

Unusual ORDER BY Statement

edited Apr 26, 2010 2:01PM in SQL Language (MOSC) 6 commentsAnswered
Hello all,

I am attemtping an order by statement that is a bit of a challenge for me.  Any help is appreciated. 

I have the following data:

REPAIR_ITEM_ID
-----------------
  C130
  C135
  C135A
 AC130A
 AC130H
 KC135
 KC135A
 KC135D
NAC130H
NKC135A

I'd like to generate a query that will allow me to order these items by their family.  Such as:


REPAIR_ITEM_ID
-----------------
  C130
 AC130A
 AC130H
NAC130H
  C135
  C135A
 KC135
 KC135A
 KC135D
NKC135A  Any ideas?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center