Question : Development team on my company built the following query: select distinct c.customer_id from table1 c join table2 l […]
Tag: ugly-or
Why is an OR statement slower than UNION?
Question : Database version: PostgreSQL 12.6 I have a table with 600,000 records. The table has the columns: name (varchar) […]