Как найти упоминание первой цифры в строке
<!DOCTYPE html>
<html>
<head></head>
<body>
<div id="mail-box" style="margin-top:5px auto 0; width: 300px; height: 400px; background-color: rgb(92, 88, 88);">
<div id="logo" style="color: rgb(59, 252, 59); display: flex; align-items: center; justify-content: center; font-size: 20px; max-height: 60px;"><h1>contactus</h1></div>
<hr id="rh">
<h2 id="text" style="color: white; display: flex; justify-content: center; align-items: center; margin-bottom: 18px;">Привет, <span id="g-w" style="color: rgb(59, 252, 59); margin:3px;">пароль123</span>!</h2>
<div id="code-r" style="color: white; display: flex; justify-content: center; align-items: center; margin: 33px auto; text-align: center; font-size: 26px; max-height: 60px;"><h1>734726</h1></div>
<h4 id="wh" style="color: grey; display: flex; justify-content: center; align-items: center; margin: 0 auto; text-align: center;">Что-бы поменять свой пароль, нужно ввести код на том устройстве, с которого вы сделали этот запрос.</h4>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div id="mail-box" style="margin-top:5px auto 0; width: 300px; height: 400px; background-color: rgb(92, 88, 88);">
<div id="logo" style="color: rgb(59, 252, 59); font-family: 'Quicksand', sans-serif; display: flex; align-items: center; justify-content: center; font-size: 20px; max-height: 60px;"<h1>contactus</h1></div>
<hr id="rh">
<h2 id="text" style="color: white; font-family: 'Montserrat', sans-serif; display: flex; justify-content: center; align-items: center; margin-bottom: 18px;">Привет, <span id="g-w" style="color: rgb(59, 252, 59); margin:3px;">пароль123</span>!</h2>
<div id="code-r" style="color: white; display: flex; justify-content: center; align-items: center; margin: 33px auto; text-align: center; font-size: 26px; max-height: 60px; font-family: 'Montserrat', sans-serif;"><h1>734726</h1></div>
<h4 id="wh" style="color: grey; display: flex; justify-content: center; align-items: center; margin: 0 auto; text-align: center; font-family: 'Montserrat', sans-serif;">Что-бы поменять свой пароль, нужно ввести код на том устройстве, с которого вы сделали этот запрос.</h4>
</div>
</body>
</html>
Хочу получить все строки с location_region 1, location_region 106, location_area 11, location_area 201
SELECT * FROM `objects` WHERE `location_region` IN (1,106) OR `location_area` IN (201, 11)
А какая ширина картинки с сертификатом?