in reply to Open a file in append mode

SELECT * from MIS_P2P

Side note: A column list is better than *, as it is self-commenting, has no issues if columns are added or change order, and promotes keeping focus on only the columns you actually require. * is best left to exists(), aggregate functions, and ad hoc queries.