Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to save result of sqlite query in a table

INSERT INTO `new_tbl` SELECT * FROM table_1 LEFT JOIN table_2 ON table_1.Temp = table_2.Temp;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #save #result #sqlite #query #table
ADD COMMENT
Topic
Name
2+5 =