I'm querying a field in a table that contains two letters, for example MF, SE, DT, and so on. I would like to order the query results so a specific pair is returned last every time the query is run. I guess the sort really doesn't matter I just want DT for example to be returned last in the query every time it is run. So the results of the query would look like this, the order of the first three matters not:
MF
CD
HO
DT
Is this possible?
Thanks
MF
CD
HO
DT
Is this possible?
Thanks