Skip to content
Advertisement

MySQL put a specific row at the top of the result

I’m doing a basic SQL select query which returns a set of results. I want a specific row which the entry “Fee” to be put at the top of the results, then the rest.

Something like:

Can anyone help?

Advertisement

Answer

You could try this :

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement