Delete row with smalest ID

I know how to do the code, but I don’t know what to put in the query. I want to delete the record with the smallest ID. I have no clue on how I would put that into a query. Could someone help me with the query? Thanks! :slight_smile:

DELETE FROM table ORDER BY id ASC LIMIT 1