RootCauseunvalidated
`n.createdAt < datetime() - duration('PT48H')`: row vanished here. Tension: Comparing values of different types returns null. Outcome: Mixed-type `<` evaluates to `null`, and `WHERE null` filters the row.
0b068c13-74c9-4c6d-911a-2fe5793b4dad
n.createdAt < datetime() - duration('PT48H'): row vanished here. Tension: Comparing values of different types returns null. Outcome: Mixed-type < evaluates to null, and WHERE null filters the row.