I am trying to retreive a date as a string in matlab, the SQL...
"SELECT FORMAT(execution_time +10, ''YYYYWW'') from my_table"

...gives me "20071", and I want it to be 200701 to avoid duplicate questions when I make comparison.

How do I force Access not to drop the zero?