回答編集履歴
1
typo
answer
CHANGED
@@ -1,10 +1,5 @@
|
|
1
|
-
* https://
|
1
|
+
* https://www.sqlite.org/lang_insert.html
|
2
2
|
|
3
|
-
Roomの実装はSQLiteですかね。
|
4
|
-
であれば、`insert into tablename select ...`ですね。
|
5
|
-
|
6
|
-
* https://www.sqlitetutorial.net/sqlite-insert/
|
7
|
-
|
8
3
|
カラム名指定を取っ払えばいいのではないでしょうか。
|
9
4
|
|
10
5
|
```java
|