How to combine multi-select fields in a database? #126
Unanswered
josh-ashkinaze
asked this question in
Q&A
Replies: 0 comments
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.
-
Suppose I have a database with id =
db_id
and this database has two fields,s1
ands2
. Each field is multi-select. I want to update all entries in my database to have a new column,s3
, which is a multi-select column that combiness1
ands2
.What is the best way to go about this?
Beta Was this translation helpful? Give feedback.
All reactions