Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select right('00000' + cast(fld1 as varchar(5)), 5) as fld1pad
, right('00000' + cast(fld2 as varchar(5)), 5) as fld2pad
from leTable