The following should be possible, unfortunately we don't have any conversions for booleans at the moment. ```rust ctx.from.my_table().r#where(|row| row.alive) ```