SQLite Forum

DB Browser for SQLite
Login
Hello, when I run a query, no information about the number of rows appears, only the result view. If my query has an error, it remains blank and I don't get the error. For example, the query
```
SELECT *
FROM
```
it should throw an error, however the screen where the results appear remains blank.