Re: Too Strange for Words

2010-09-18 Thread Dan Nelson
In the last episode (Sep 18), Victor Subervi said: > Can someone please explain to me why Passengers.weight comes up null for > the last value sometimes, and other times it comes up with the value 155?? Passengers id 1 through 3 have a weight of NULL in the Passengers table, and passenger 4 has a

Too Strange for Words

2010-09-18 Thread Victor Subervi
Hi; Can someone please explain to me why Passengers.weight comes up null for the last value sometimes, and other times it comes up with the value 155?? mysql> select p.id, c.id, p.name, p.weight, m.amount, p.round_trip, c.first_name, c.middle_name, c.last_name, c.suffix, c.sex, p.confirmation, m.t