×

Loading...

delete from table_name where rowid=(select min(rowid) from table_name where condition_clause);

Report