Guest_imported
New member
- Jan 1, 1970
- 0
Hello SQL Gurus,
I have a table with a field call C_TYPE which can have values within
range "E", "M", "A", "N". I also have a date field C_DATE.
I want a Select SQL which will be give me records sorted by Date and within that by C_TYPE. Now the problem is that
the sorting by C_TYPE has to be in order of E M A & N only.
Can somebody help me out with this situation.
Thanx
I have a table with a field call C_TYPE which can have values within
range "E", "M", "A", "N". I also have a date field C_DATE.
I want a Select SQL which will be give me records sorted by Date and within that by C_TYPE. Now the problem is that
the sorting by C_TYPE has to be in order of E M A & N only.
Can somebody help me out with this situation.
Thanx