I have a following query.
but the problem is that i get result sorted on base of Primary Key[whic is by default behaviour]. Instaed i need results [HeaderFieldName] sorted on basis of (1,2,3,15,10,8) which i am giving input.
Kindly suggest alteraton in the query
Code:
select HeaderFieldName from TMS_Header where ID IN (1,2,3,15,10,8)
Kindly suggest alteraton in the query
Comment