Is it possible to mark a changeset as run in sql output?

Is it possible to exclude (mark as run) a changeset in the sql output )? I know it’s possible with execution, but from the docs I can only FAIL/IGNORE/TEST preconditions on SQL output.

We use updateSql to validate the sql that’s going to run against the DB before applying, and if we mark a changeset as run seems like there should be a way to exclude from sql output as well.