How to classify whether the SQL statement is complex or not in a SQL file which contains more than1000 lines of query?
I need to find the complex SQL statement based on the best practices of Bigquery inside a large SQL file which contains more than 1000 lines of query. How can I do this?