Replies: 2 comments 1 reply
-
How to write a query to select the post where it has a two extraData records as follows:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
could it be something like the following? await db.select()
.from($postExtraData)
.where(eq($postExtraData, postId)) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The schema:
Beta Was this translation helpful? Give feedback.
All reactions