Hi,
we have a database with a Entitiy inside which we want to fetch with a query. Normally that works without a problem, but in case of this database that query does not have any results. Can anyome help us what the problem is?
SELECT FROM UserModelData usr WHERE usr.userName = 'admin'
Attached are two databases, one where the query has a result and one where the query does not has any results.