Sample Data:
ID | [[`Event1`,1435],[`Event2`,78],[`Event3`,142]] | etc.....
I'm wanting to build a query which will display the ID and the entire field of event data where 'Event2' is greater than (x).
I'm not overly familiar with regular expressions, so if anyone can point me in the right direction, I'd greatly appreciate it. As it, I'm searching for ([`Event2`,1] OR [`Event2`,2] OR [`Event2`,3] . . .)
I'm trying to optimize my search here, and have had one heck of a time trying to self-instruct myself regex.
↧