Hi
If the original columns are formatted as text in order to keep any number of leading zeros and the cell in which you want the result is left with a general format, then the following will work:
=CONCATENATE(B2, " ", C2, " ", D2, " ", E2, " ", F2)
See attached example.