Locate value in column
问题 I am passing Elastic Load Balancing Access logs to Athena and I want to get a value that is located in the URL column. The below works for mySQL but Athena uses SQL is there a way I can grab the value of county from the below? create table elb_logs(row varchar(100), url varchar(100)); insert into elb_logs values("Row1", "Lauguage=English&Country=USA&Gender=Male"); insert into elb_logs values("Row2", "Gender=Female&Language=French&Country="); insert into elb_logs values("Row3", "Country=Canada