There is a request:
SELECT t1.val, t2.val2 FROM dungeons,locations How can I put a WHERE to select one from the first table and another from the second table. For example, I want to choose from the first
WHERE rating > 100 and from the second
WHERE money=0