Changelog update is not showing all errors

Hi,
I have few of changesets example create table ID 1, ID 2, ID 3. assume all those 3 sets , Tables already exists.
Now when i run update command, output shows only id1 table already exists and fails. but i want it to show all the errors of the changelog. during update

Each sql statement is run one at a time, when it fails Liquibase will stop processing.

I’d recommend adding preconditions to check for the objects before you attempt to create them.

https://docs.liquibase.com/concepts/advanced/preconditions.html