no big deal, troubleshooting code is always a learning process.
The space I had you add was to force a literal space between the default where clause and the WHERE statement.
the default where clause will automatically add the where statement if it is not present, but if you dont have the space, it will become:
WHEREstatus = 0
instead of:
WHERE status = 0