Actually I have a car table as CAR it has 3 fields:
carId.carName.carPrice.
Car table has 15 records,, I just want to have the 5th record at first rest of the records at any order as DESC, ASC.
My main aim is to have the particular carId at first all other records as DESC or ASC one by one!
I think I am clear to you.
You can use the
CASEexpression in theORDER BYclause something like this: