'TRIM' or 'PROPER' in BigQuery -


is there way normalize strings in bigquery?

my dataset looks like:

alfa beta

alfa beta

alfa beta //with space after 'beta'

by can use lower or upper normalize letters don't know how eliminate spaces before , after text. bigquery have function 'trim' in excel?

bigquery have ltrim (trims spaces left) , rtrim (trims spaces right) functions. (strings functions documentation @ https://cloud.google.com/bigquery/query-reference#stringfunctions missed them, fix shortly).


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -