Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sqlite3 create table from another table

UPDATE Table1 set Name=(select t2.Name from Table2 t2 where t2.id=Table1.id)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #table #table
ADD COMMENT
Topic
Name
4+1 =