Error with a Query in Node Project

I have the following condition in a query:

and get the following error:

(node:35322) UnhandledPromiseRejectionWarning: 
Error: Undefined binding(s) detected when compiling FIRST.
Undefined column(s): [**EMail.Gesendet] query: select top (?) [**].[**EMail].[AktivitaetId], [**].[**Aktivitaet].[IsDeleted] from [**].[**EMail] inner join [**].[**Aktivitaet] on [**].[**Aktivitaet].[AktivitaetId] = [**].[**EMail].[AktivitaetId] where [**].[**EMail].[Gesendet] between ? and ? and [**].[**EMail].[AbsenderEMail] = ?

What does this mean?

**deleted parts of tablename for security

Community Page
Last updated: