select Status, COUNT(Status) from Count()
— please be sure to use the right name of the table after From.
group by Status
order by COUNT(Status) desc
🙂
1
solved I am new to SQL, and trying to learn what I can through books and websites
select Status, COUNT(Status) from Count()
— please be sure to use the right name of the table after From.
group by Status
order by COUNT(Status) desc
🙂
1
solved I am new to SQL, and trying to learn what I can through books and websites