I need to insert a row like following:
insert into table1 (id, name) values (1, select otherName from table 2);
Is it possible in SQLite?
Aucun commentaire:
Enregistrer un commentaire