sql - trailing blank spaces when doing extraction -


i have shell script, doing extraction oracle db textfile.

development environment data:

t|a600001234567       |new|d|4017  t|a600008901234       |new|d|4017 

production data:

t<---spaces--->|a600001234567       |new|d<---spaces--->|4017  t<---spaces--->|a600008901234       |new|d<---spaces--->|4017 

refer data above, problem in development environment, data had extracted in correct order , no blank spaces. when copy exact same script production, extraction added more blank spaces.

is script problem or else?


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -