No, you have to add them one at a time. See the syntax diagram at the top of SQLite’s ALTER TABLE documentation:
There’s no loop in the ADD
branch so no repetition is allowed.
No, you have to add them one at a time. See the syntax diagram at the top of SQLite’s ALTER TABLE documentation:
There’s no loop in the ADD
branch so no repetition is allowed.