# You're using a where, which uses a positional binding (where x = ?), along with a named binding (input). The error is telling you you can't use both in one query.