'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

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -