Question: SQL Dont get this code to work. want the null values to be labeled as arbetsfri. Select initcap nvl(yrke, 'arbetsfri') yrke , count(username) antal from
SQL
Dont get this code to work.
want the null values to be labeled as "arbetsfri".
Select initcap nvl(yrke, 'arbetsfri') yrke , count(username) antal from kund
group by initcap(yrke)
order by yrke asc;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
