My table structure is like this using sqlite3
CREATE TABLE enghindi (eng TEXT,hindi TEXT)
I have a table called enghindi in which there are two columns with the name Hindi , eng , I want to combine the entry of the eng column, and also combine the Hindi word with a comma
see below the table looks like

I want to do it below

I want to do this using sqlite3 query
sql mysql sqlite sqlite3 android-sqlite
Siddhpura amit
source share