Formatador SQL
Incentivar
select u.id, u.name, o.total from users u left join orders o on u.id = o.user_id where o.total > 100 order by o.total desc limit 10;
Formatar
Copiar