79797196

Date: 2025-10-22 20:22:18
Score: 1
Natty:
Report link
Did you try

select title from recipe join ingredient as i1 on recipe.recipeId= i1.recipeId join ingredient as i2 on recipe.recipeId= i2.recipeId
where (i1.ingredient = "egg" and i1.amount = 2) and i2.ingredient = "water" ;

?
Reasons:
  • Whitelisted phrase (-2): Did you try
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Stanislav Kikot