i have a table with say 2 columns of varchar type. i want to query to sort them rowwise in SQLlite.
eg: Table
COLUMN1 COLUMN2
book apple
lemon mango
google amazon
the query should return me this:
apple book
lemon mango
amazon google