cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
53 stars 22 forks source link

Add INTERSECT and EXCEPT operators #204

Closed markinigor closed 4 weeks ago

markinigor commented 1 month ago

🔍 What was changed

Add INTERSECT, INTERSECT ALL, EXCEPT, EXCEPT ALL. Methods was copied from UNION and UNION ALL operators

🤔 Why?

Because its nice sql operators

roxblnfk commented 4 weeks ago

Thanks!