Mysql – sql query to sort by multiple conditions
I would like to know how to sort values in mysql query. I have a table tasks and has column cost which can have null or number values other column status have 2703, 2702, 2701 Based on condition, the order…