Replies: 2 comments 4 replies
-
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.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The schema:
Beta Was this translation helpful? Give feedback.
All reactions