Skip to content

Assertions on table base on union and difference operators #127

@angoca

Description

@angoca

select * table1
union
select * table2

If the quantity is the same of any of the tables, then tables are equal

select * table1
except
select * table2

The result are the different rows.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions