Hi,
I need to order the result with the following data. Where 678 record should be on top and remaining should be as order by condition.
Id
100
200
678
678
875
900
678
ORDER BY ID DESC
Result should be as follows
678
678
678
900
875
200
100
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
nageshkits dPosted Sep 21, 2018, 7:47 AM
rajendra singhPosted Sep 21, 2018, 6:14 AM