In SQL (Bigquery).
I want to use regex_extract function and extract the expression between the 4th and 5th "_"
Example: From this expression:
Bubble_ALLTIERS_30-65+_M_2%Payers100-500_AEO7D_29_1_EN
I want to extract the phrase 2%Payers100-500
Thank you.