I am returning a set of values in a bigquery select statement like this
I need to add a compute field Utlization for each row like this formulae (end_time - start_time)*cores Utilization
This time format is in UTC so I am not sure how to do this , I want to do this in the select statement itself. I am new to BigQuery. Kindly Help . Thanks
