Skip to content

inserting array of values into table into a single column #720

Answered by porsager
Pavan-Rajesh asked this question in Q&A
Discussion options

You must be logged in to vote

You're overcomplicating things 😉

Just do:

await sql`insert into contacts (name, phones) values ('John Doe', ${ myarray })

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Pavan-Rajesh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants