I wanna insert some row to a table in Android, I\'m using this:
INSERT INTO MyTable (Column_1, Column_1) VALUES (\'X\',100);
The query runs