79482527

Date: 2025-03-04 02:19:41
Score: 0.5
Natty:
Report link

Solution found

SELECT phonebook-bad.Nome from phonebook-bad where phonebook-bad.telefono='102004' union all SELECT phonebook-good.Nome from phonebook-good where phonebook-good.telefono='102004'

In this case if phonebook.good contain the number 102004 return me "Giulio" if missing I can take it from other table.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: elbarna