79450361

Date: 2025-02-19 06:27:33
Score: 2
Natty:
Report link

just got this from the cookbook:

  1. select t2.name, t2.description, t2.version
  2. from table2 as t2
  3. where not exists( select null from table1 as t1 where t1.name=t2.name and t1.description=t2.description and colesce(t1.version,0)= colesce(t2.version,0))
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lưu Trần