Hello ALASQL team, Can we achieve something like below: ``` SELECT RIGHT('00000'+ CONVERT(VARCHAR,Num),6) AS NUM FROM Numbers ``` Kind regards, Mario