I have a result of SQL like this
status || value
green 3
blue 39
pink 2
black 300
I want to change the row of blue and pink
I want to sort like this from green, pink, blue, and black
for that row and value also
is that possible to the condition that row to be by own?
so the result will be like this
status || value
green 3
pink 2
blue 39
black 300