In Hive how can I replace multiple spaces between a strings ?
select regexp_replace('foot ball',' ',' ')
Expected output is a string with only one space between them
foot ball
Any help is appreciated
In Hive how can I replace multiple spaces between a strings ?
select regexp_replace('foot ball',' ',' ')
Expected output is a string with only one space between them
foot ball
Any help is appreciated