0
I have a question and since I did not find anything on the internet I decided to ask you, well, I have a Mysql table and this table contains an ENUM field that can be 'yes' or 'no', I wonder if it is possible to sort the results by these values, like this
SELECT * FROM tabela ORDER BY tabela.coluna = 'nao'
for the values shown as not to be presented first, the problem is that I can’t make it work with codeigniter, which I do?
Thanks, it helped a lot
– Aminadabe Silva