join on two different table's column sqlite3
问题 hi have a two table one table contain column named Table A _id, Eng, Hindi other table contain Table B _id, Eng, Hindi i want to join two table by matching word with Eng if Eng word is not match it will be added into Table A which is from Table B otherwise Table A's value will be remain for example Now Table B Table A The Result would be on TABLE A is 回答1: FULL JOIN is a term to combine rows from multiple table. Does not apply to your needs. You only need to insert into table a all entries in