After reading everything, I think this is not the solution:
Select top 1 from table order by tuid
(top 1 will be limit 1 in sqlite)
Searching within a group of records is not possible, beyond loading it in some type of data that allows searches, if you are going to do more than 1 search, but if it is only one, you will have to search one by one.
I suppose your goal would be something like FILTER or SEARCH, but I don't see that as possible
----------
Tras leer todo, creo que esto no es la solución:
Select top 1 from tabla order by tuid
(top 1 será limit 1 en sqlite)
Lo de buscar dentro de un grupo de registros, no se puede, mas allá de cargarlo en algún tipo de datos que permita busquedas, si vas a hacer mas de 1 busqueda, pero si solo es una, deberás buscar uno a uno.
Supongo que tu objetivo sería algo como FILTER o SEARCH, pero eso no lo veo posible