```
=> SELECT COUNT(*) person;
person
--------
1
(1 row)
```
PANIC, where did all my records go. It took me a moment to see the issue.
@helge Oh yeah, done that more than once. To me it is weird that this is even valid SQL in SQLite. Not valid in Oracle SQL.
@gahms This is PostgreSQL.