79077756

Date: 2024-10-11 10:11:41
Score: 1
Natty:
Report link

You can also write with this workaround using isNULL(...) function:

SELECT e.equip_id, m.freq FROM equip e
INNER JOIN maint_equip me ON isNULL(me.mfg_id,-1) = isNULL(e.mfg_id,-1) and ...
INNER JOIN maint m ON m.maint_id = me.main_id;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tony Macrez