A
Anna
I am trying to make a query that will return data in 1
column with leading zeroes. The data in the field can only
be 2 characters in length, but some data in the field
is "71", but the other option is "1", so I want it to
return "01" to me.
How can I do this without using SQL language? using input
masks or what? I'm not a programmer!
column with leading zeroes. The data in the field can only
be 2 characters in length, but some data in the field
is "71", but the other option is "1", so I want it to
return "01" to me.
How can I do this without using SQL language? using input
masks or what? I'm not a programmer!