sql >> Database teknologi >  >> RDS >> Mysql

Bestil efter FELT i MYSQL

hvordan med dette:

select a.col as type,coalesce (`COUNT`,0) as `count`
from 
(select 'A' as col union all
select 'B' as col union all
select 'C' as col union all
select 'D' as col )a
left join Table1 T
on a.col=T.type
order by FIELD(a.col,'A','B','C','D') ; 


SQL violindemo




  1. MySQL-transaktion over to databaser på forskellige servere

  2. PostgreSQL :cast streng til dato DD/MM/ÅÅÅÅ

  3. PHP-kodningsfejl ved fremstilling af XML fra database

  4. Deltag i underforespørgsel med doktrin 2 DBAL