I have this column called Week, that is a number. Instead of displaying it like week 1,2,3,4 etc i want to display with a 0 in front. I am working in Oracle Database.
The view is constructed as following:
Select "DATO","UGEDAG","WEEK","MÅNED","ÅR","KVARTAL","MÅNEDNUMMER","MÅNEDNUMMERTAL"
from SC_DRIFT.EXCEL_DATO_UGE
where DATO >= '2016-01-01'