D1_ERROR: near "in": syntax error at offset 153
I can't seem to use
With
Any suggestions?
inArray with d1:With
Any suggestions?
inArrayD1_ERROR: near "in": syntax error at offset 153const result = await db
.select()
.from(posts)
.where(
and(
inArray(posts.content, ["book"] ),
eq(posts.isActive, true)
)
)