SELECT * FROM foretag AS f JOIN oppettider AS o ON o.foretag = f.id WHERE f.id = {företagsid} AND o.dag IN ('mon', 'tue')