WHERE age = ( SELECT min(age) FROM Sample.Person p2 WHERE p1.home_state = p2.home_state)
Some DBs don't respond well to X= {statement that returns more than one row } how would cache respond to two people that have are tied for being the youngest in a state
Regarding this
Some DBs don't respond well to X= {statement that returns more than one row } how would cache respond to two people that have are tied for being the youngest in a state