@dp.message_handler(commands=['search'])
async def search(message):
connect = sqlite3.connect('users.db')
cursor = connect.cursor()
cursor.execute("SELECT * FROM users")
all_results = cursor.fetchall()
....
Тут преобразуете all_results к строке нормальной как вам угодно
....
await bot.send_message(message.chat.id, all_results)
<script type="text/javascript">
function showHide(element_id) {
if (document.getElementById(element_id)) {
var obj = document.getElementById(element_id);
if (obj.style.display != "none") {
obj.style.display = "none";
this.innerHTML = "блабла бла"
}
else obj.style.display = "block";
this.innerHTML = "блабла бла"
}
else alert("Элемент с id: " + element_id + " не найден!");
}
</script>
Определитесь что вы хотите то