How to filter words using regular expression in BigQuery table while trying with sql queries am getting error
I am using Google BigQuery table , in that am inserting few records to submit table but for one of the column[manfacturing_output] few categories are coming with sentence so I tried to remove the words which are not needed through regular expression but am unable to resolve issue
How to filter words in regular expression using BigQuery
I am using Google BigQuery table , in that am inserting few records to submit table but for one of the column[manfacturing_output] few categories are coming with sentence so I tried to remove the words which are not needed through regular expression but am unable to resolve issue