Does BigQuery have a way to convert “Select * ” to “Select col1, col2, col3…”
When using Azure Data Studio, I can use ctrl + space after “Select t.* ” and it will populate all of the column names into my select statement. Is there an equivalent function in BigQuery?