Hi,
How can I remove a row from a table that has lowest rowid? Thank you.
DELETE MyTable WHERE Id = (SELECT MIN(Id) FROM MyTable)