postgres query select all except code example Example: postgres select except SELECT columns_a FROM table_a EXCEPT SELECT columns_b FROM table_b;