#Invalid parameter number: mixed named and positional parameters

2 messages · Page 1 of 1 (latest)

tired oasis
#

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.

atomic slate