My problem is as follows. I need a query to order a list of articles for the amount of comments that each one has. I have a Table
Articulo(id,titulo,contenido)
and another
Comentario(id,id_articulo,comentario,id_usuario)
Emphasize that all articulos
do not have comments, therefore if they are ordered in descending order, those articulos
that do not have comments should appear at the end.